-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
SQL DB #357
Comments
https://h2oai.slack.com/archives/C050PKJ6GAX/p1689022427466269 For SQL, we can try flan-t5-xxl or Flan-UL2 and fine-tuning it on the Bird dataset. Those models are known to do surprisingly well compared to much larger models: Note that flan models have 2048 input context and 512 output context for sequence to sequence. Should be enough for many cases, although fine-tuning on different output context length is possible. https://huggingface.co/datasets/wikisql |
Uhh, I realise this is a dump for enabling this functionality but seeing as h20gpt integrates with langchain, thought I would post this here. https://python.langchain.com/docs/use_cases/qa_structured/sql Are there any plans to implement any functionality to support SQL databases? |
There are no immediate plans to enable, but a PR is welcome :) There is also a PR still WIP for elastic search that seems to function, just needs exposed in UI etc. #656 |
https://arxiv.org/abs/2306.03341
https://arxiv.org/abs/2212.14024
https://bird-bench.github.io/
https://dev.to/ngonidzashe/speak-your-queries-how-langchain-lets-you-chat-with-your-database-p62
zylon-ai/private-gpt#616
https://musings.yasyf.com/compressgpt-decrease-token-usage-by-70/
https://github.com/vnk8071/E2E-AI-Chatbot
https://github.com/dorianbrown/rank_bm25
https://github.com/ocrmypdf/OCRmyPDF
https://github.com/h2oai/helium/issues/8
https://cloud.google.com/blog/products/ai-machine-learning/how-to-use-grounding-for-your-llms-with-text-embeddings
https://github.com/styczynski/chatdb
https://github.com/chat2db/Chat2DB
https://arxiv.org/abs/2306.03901
https://github.com/questdb/questdb
The text was updated successfully, but these errors were encountered: