Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 809 Bytes

File metadata and controls

22 lines (11 loc) · 809 Bytes

Chat With Your Database Using Generative AI

3.1. Overview:

This project leverages the power of LLMs to chat with your SQL database and get insights from relevant tables. It automatically picks the correct table based on your question. It converts your question from a human language to SQL code to do the analysis then returns the answer in human language. This project was done using OpenAI and LangChain.

Read more about the project in the Medium article.

3.2. Clone the Repository:

git clone https://github.com/hanantabak2/chat_with_your_database_with_genAI.git

5. License

This project is licensed under the [Apache-2.0 license]