Focuses on retrieval infrastructure, evaluation, and LLMOps; it is not a general database administration or analytics course.
// AIINFRA 301 · Semester 3
Production RAG & LLMOps — Observability and Evaluation
Building, Evaluating, and Operating Retrieval-Augmented LLM Systems in Production
This course prepares learners to design, evaluate, and operate retrieval-augmented generation systems using modern vector databases, hybrid search, and reranking techniques. Students build RAG evaluation pipelines with RAGAS and DeepEval as automated quality gates, then instrument production systems with tracing, prompt versioning, and drift monitoring using industry-standard LLMOps tooling. Emphasis is placed on hands-on labs that mirror real workplace tasks, from indexing strategy selection through cost-aware, observable deployment. Learners exit ready to support or own the retrieval and evaluation layer of an enterprise AI application.
Canvas IMSCC Export
Download the complete Canvas import package for AIINFRA 301.
Outcomes
Course objectives
- Select and configure a vector database (Qdrant, Milvus, Weaviate, or pgvector) based on scale, filtering, and indexing tradeoffs
- Design chunking and hybrid retrieval pipelines combining dense embeddings, BM25, and cross-encoder reranking
- Build automated RAG evaluation suites with RAGAS and DeepEval to gate retrieval and generation quality in CI/CD
- Instrument LLM applications with tracing and observability platforms to diagnose latency, cost, and quality regressions
- Implement production monitoring, prompt versioning, and feedback loops to detect and respond to model and data drift
Student learning outcomes
- Select and configure a vector database (Qdrant, Milvus, Weaviate, or pgvector) based on scale, filtering, and indexing tradeoffs.
- Design chunking and hybrid retrieval pipelines combining dense embeddings, BM25, and cross-encoder reranking.
- Build automated RAG evaluation suites with RAGAS and DeepEval to gate retrieval and generation quality in CI/CD.
- Instrument LLM applications with tracing and observability platforms to diagnose latency, cost, and quality regressions.
- Implement production monitoring, prompt versioning, and feedback loops to detect and respond to model and data drift.
16-week schedule
Course evidence and boundaries
These controls make the curriculum reviewable without changing the 10-course sequence.
RAG system with ingestion plan, golden evaluation set, retrieval metrics, traces, and dashboard evidence.
Data boundary, PII/privacy controls, retrieval-failure analysis, prompt-injection notes, and access policy.
Hosted demo, ingestion plan, evaluation report, traces/logs, dashboard, security boundary, and operational runbook.
Foundry-backed assignments
These assignments are written in platform-agnostic language. They assess infrastructure evidence, not familiarity with a single vendor console.
Hosted RAG Chatbot With Optional Voice Agent
Teams run a persistent domain chatbot with app/API, retrieval pipeline, vector store, model endpoint, evaluation set, tracing, and optional realtime voice services.
Evidence: Hosted demo, ingestion plan, golden evaluation set, traces/logs, retrieval evidence, operational runbook, and privacy/security boundary.