d1-manager
d1-manager copied to clipboard
Save query result as a http service [Feature Request]
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]
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?
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.