GitHub Repository: https://github.com/sarthak-cs/RAG_chatbot
This project is a Retrieval-Augmented Generation (RAG) chatbot built using Python, LangChain, ChromaDB, HuggingFace embeddings, and Google Gemini 2.5 Pro.
The assistant can answer queries intelligently by retrieving relevant information from a custom dataset and generating context-aware responses.
Objective: To demonstrate the fundamentals of agentic AI by integrating retrieval and generative AI pipelines.
.txt filespip install -r requirements.txt python src/rag_chatbot.py
Create a .env file with your Gemini API key:
GEMINI_API_KEY=your_api_key_here