
Advanced RAG Pipeline for Multi-PDF Question Answering
A multi-document RAG pipeline built with LangChain, SentenceTransformers, ChromaDB, and Groq Llama 3.1. It recursively loads PDFs, preserves source metadata, splits content into overlapping chunks, generates local embeddings, performs filtered semantic retrieval, and produces context-grounded answers with page references and supporting evidence.

