š Interact with SQL databases using natural language! This open-source Streamlit app leverages LangChain and Groq Llama3 to enable conversational querying of SQLite, PostgreSQL, and MySQL databases.
ā
Chat with your database using AI
ā
Supports SQLite, PostgreSQL, and MySQL
ā
Uses LangChain SQL Agent for intelligent query generation
ā
Secure API Key input for Groq Llama3 model
ā
Optimized for performance with caching
git clone https://github.com/ravirch/Query-Databases-with-AI.git cd langchain-sql-chatbot
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py
student.db by default.You need a Groq API Key to use the Llama3 model. Enter it in the sidebar.