Back to Projects

rag

Multi-PDF Chatbot

Problem

Users needed to search and ask questions across several PDF documents through one conversational interface.

Main result

Built a Streamlit RAG application that retrieves relevant document passages before generating an answer.

Project work

  • Multiple PDF upload
  • Semantic chunking
  • FAISS retrieval
  • Document-grounded answers
  • Chat history

Technologies

PythonLangChainGoogle GeminiFAISSPyPDF2Streamlit