Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[use cases] add sql generator #673

Open
Undertone0809 opened this issue May 20, 2024 · 0 comments
Open

[use cases] add sql generator #673

Undertone0809 opened this issue May 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Undertone0809
Copy link
Owner

Undertone0809 commented May 20, 2024

Description

Build a use case which can generate sql by prodiving db table.

An ideal situation, as in the example, would be to give the user an off-the-shelf sqlite database experience to generate sql.

Output

  • A UI app is better
  • A text input to pass the database source
  • Some example to show how to use.
  • Relevant doc(add into use case), readme, requirements.txt

What's more?

On this basis, you can build an application for chat to db table. Instead of generating sql, the Agent can further execute sql to query the information that the user wants to query.

Here is ref:

@Undertone0809 Undertone0809 added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

2 participants