A Retrieval-Augmented Generation (RAG) chatbot built using Python, ChromaDB, Sentence Transformers, and Google Gemini API.
- PDF text extraction
- Text chunking
- Embedding generation
- ChromaDB vector storage
- Semantic search
- Gemini-powered answers
- Python
- ChromaDB
- Sentence Transformers
- Google Gemini API
- LangChain
pip install -r requirements.txt python rag_bot.py