Example Streamlit app to talk to CSV file using Langchain, Groq, and NLP.
This project shows how to ask questions about your CSV file with natural language using Langchain and Groq:
- streamlit
- langchain-groq
- langchain-experimental
git clone https://github.com/gc5232978/csv-chat-groq.git
cd csv-chat-groq
poetry install
streamlit run main.py
"How many rows are in the database?"
"What month has the highest sales?"
"How many people live in Alaska?"
https://csv-chat-groq.streamlit.app/