text-to-sql icon indicating copy to clipboard operation
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.

Results 3 text-to-sql issues
Sort by recently updated
recently updated
newest added

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...