All projects
LLMs & RAG2025
MCP Server for PDF Q&A
Model Context Protocol server that connects technical PDFs to LLMs through an automated RAG pipeline with vector-database retrieval.
Overview
A Model Context Protocol (MCP) server that lets LLMs answer questions over large PDF document corpora. Documents flow through an automated ETL pipeline — extraction, chunking, then embedding — before being indexed in a vector database for similarity-based retrieval.
Retrieval and orchestration are built with LangChain, and the conversational interface supports multi-turn Q&A with context-aware responses, so follow-up questions resolve correctly against earlier answers and retrieved passages.
Technologies
PythonLangChainVector DatabasesLLMsMCP
Tags
RAGLLMsMCPNLP