A Retrieval-Augmented Generation (RAG) chatbot that answers questions about animals using LangChain and Hugging Face models.
- Answers questions about animal habitats, diets, and behaviors
- Sources responses from a provided dataset (
animals.csv) - Handles unknown questions gracefully ("I don't know")
- Simple web interface via Streamlit
- Install dependencies:
pip install -r requirements.txt - Github link git clone https://github.com/Shivanikinagi/RAG_chatbot