dolthub / dolthub/dolthub-issues
Add LLM Support to Query Box
Open
enhancement
- Dominant language
- No language data
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
On DoltHub, the query box could be used as a general purpose query generation engine.
You can either type sql or plain text and we use the database schema and other context to try and generate a SQL query. We can also use the LLM if the SQL query is not quite right and didn't parse. We can run the same SQL generation prompt and automatically correct it and run the corrected one instead....or we could just do "did you mean?".
I think on the backend this would have to be an open source model we could run as a service ourselves because of DoltLab.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.