An AI chatbot that answers questions from any uploaded PDF using Retrieval-Augmented Generation (RAG).
- LangChain
- FAISS
- OpenAI GPT-3.5
- Streamlit
- PyPDF
git clone https://github.com/Vsandeep-ai-dev/jaai-llm-engineer-projects.git
cd PDF-RAG-Chatbot
pip install -r requirements.txt
streamlit run app.py