Ask questions to your sql database
This Project uses langchain_google_genai to convert user questions into SQL queries, this sql query is passed to the sql database and finally the obtained answer is displayed to the user.
conda create -n talk-sqldb-cenv python=3.10 -y
conda activate talk-sqldb-cenv
pip install -r requirements.txt
streamlit run app.py
Give more few shot samples
Fix SQLDatabaseChain
Output Formatting