Capstone ProjectsEnd-to-End Enterprise RAG Pipeline

End-to-End Enterprise RAG Pipeline

Project Overview

Build a scalable document ingestion and retrieval system that can answer questions based on a corpus of PDF documents.

Requirements

  • Deploy Qdrant in High Availability mode.
  • Create a microservice that accepts PDF uploads, chunks them, and stores the embeddings.
  • Create a UI that allows users to ask questions, fetches context from Qdrant, and sends the prompt to an LLM.