texttosql

There are 2 repositories under texttosql topic.

  • Text-to-SQL

    This project provides a Gradio-based web application that allows users to interact with an SQLite database using natural language queries. It leverages the LangChain library and OpenAI's language model to convert plain English questions into SQL queries and execute them on the provided database.

    Language:Python3
  • SQL-LLM

    Fintetuned Flan-T5 to provide SQL queries given Natural Language Text. Two steps of finetuning: First on general Natural Language to SQL Queries and second on queries related to a single database

    Language:Jupyter Notebook1