Module 3: Building grounded applications
Retrieval-augmented generation
RAG retrieves relevant source material and includes it in the model context before generation. This can improve freshness and traceability, but retrieval quality and citations still require evaluation.
Practice exercise
Sketch a RAG flow from user question to cited answer.