text-to-sql
text-to-sql copied to clipboard
An application to write and run SQL queries, returning answers to natural language questions, using langchain and open source LLM models through HuggingFace.
Will this work only on spider dataset, I mean what if new data comes in?
Hi @BrettlyCD , thanks for the really instructive repo. I am having a hard time getting a local model to run this application. Have you tried a version that utilizes...
Using the Inference API with Hugging face has a limit of input tokens. Many of the schemas have more table information than can be put into a prompt. So you...