Skip to content

hamnarif/Text-to-SQL

Repository files navigation

Text-to-SQL with llama-index

A Python-based system that converts natural language queries into SQL, executes them against a PostgreSQL database, and returns the results.

Installation

  1. Clone the repository:
    git clone https://github.com/hamnarif/Text-to-SQL.git
    cd Text-to-SQL
  2. Install the dependencies: pip install -r requirements.txt
  3. Open the JUpyter Notebook
    Text-to-SQL.ipynb

Credits This project uses LlamaIndex for SQL database interactions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published