Project Overview
A demo-friendly retrieval pipeline that turns a static PDF into an interactive question-answering experience with document-aware responses.
Upload a PDF, index its contents, and ask questions against the document. The app uses sentence-transformers for embeddings, FAISS for retrieval, and a Hugging Face-hosted LLM for grounded answers.
A demo-friendly retrieval pipeline that turns a static PDF into an interactive question-answering experience with document-aware responses.
This project is designed to showcase practical RAG fundamentals: document ingestion, chunking, embedding generation, vector search, and answer synthesis from retrieved context.