Production RAG Systems
Move retrieval-augmented generation from prototype to dependable service.
Move retrieval-augmented generation from prototype to dependable service.
Cover chunking decisions, retrieval evaluation, citation quality, and operational safeguards. Exercises turn a simple search-and-answer flow into a system that can be measured and improved.
2 Modules · 6 Lessons · 300 Minutes Total
Optimize chunking, metadata enrichment, and indexing strategies.
Analyze chunk boundary impact on query context preservation and retrieval precision.
Extract entity tags and hierarchy markers during ingestion to enable exact-match metadata filters.
Combine vector similarity scores with BM25 keyword matching for optimal recall.
Ensure zero hallucination and high precision before answer generation.
Implement secondary cross-encoder scoring to filter out top-K irrelevant chunks.
Build a citation check node that asserts every statement traces back to retrieved evidence.
Set up continuous offline evaluation benchmarking Faithfulness, Answer Relevance, and Context Precision.
Construct a production RAG backend that ingests multi-format tech docs, indexes them into Qdrant with outbox transactional sync, performs hybrid search, and serves grounded answers with verifiable source citations.
Course Author & Industry Expert
Leena Das is a Senior Retrieval Systems Engineer with expertise in high-throughput vector search and domain-adapted semantic ranking.
The course uses Qdrant, but all vector storage patterns apply equally to Pgvector or Pinecone.
Module 1 covers specialized parser libraries and recursive layout-aware chunking.