d1-manager icon indicating copy to clipboard operation
d1-manager copied to clipboard

Save query result as a http service [Feature Request]

Open SiZapPaaiGwat opened this issue 1 year ago • 2 comments

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]

SiZapPaaiGwat avatar May 14 '24 06:05 SiZapPaaiGwat

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?

JacobLinCool avatar May 14 '24 06:05 JacobLinCool

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.

SiZapPaaiGwat avatar May 14 '24 09:05 SiZapPaaiGwat