RAG BOT lets you upload a PDF and ask questions, giving instant, AI-powered answers using vector search and LLMs.
β
Upload PDFs & extract text
β
Ask questions & get accurate answers
β
Uses FAISS for fast search
β
Powered by Hugging Face/OpenAI models
git clone https://github.com/rk0802p/RAG_CHATBOT.git
cd RAG_CHATBOT
pip install -r requirements.txt
python frontend.py - LangChain (Text processing)
- FAISS (Vector search)
- Sentence Transformers (Embeddings)
- Streamlit (UI)