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

Save query result as a http service [Feature Request] #59

Open
SiZapPaaiGwat opened this issue May 14, 2024 · 2 comments
Open

Save query result as a http service [Feature Request] #59

SiZapPaaiGwat opened this issue May 14, 2024 · 2 comments

Comments

@SiZapPaaiGwat
Copy link

Deploy the results of the semantic query as an API interface, which can be used as an external HTTP service.

flowchart TD
  A[Semantic Query] --> B[Generated SQL]
  B --> C[Extract Request Parameters]
  C --> D[Deployed as a HTTP Service]
Loading
@JacobLinCool
Copy link
Owner

Hello @SiZapPaaiGwat,

Interesting idea. Do you mean that we should generate a parameterized query and the parameters separately so that the parameterized query can be reused without another LLM service call?

@SiZapPaaiGwat
Copy link
Author

SiZapPaaiGwat commented May 14, 2024

Hello @SiZapPaaiGwat,

Interesting idea. Do you mean that we should generate a parameterized query and the parameters separately so that the parameterized query can be reused without another LLM service call?

Yes, once the schemas and queries are settled, this system can serve as a low-code platform with the assistant of AI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants