← All projects
#4 core intermediate RAG ⏱ 25 min

04 · Retrieval-Augmented Generation (RAG)

Retrieve relevant context, then generate a grounded answer. The canonical pattern for trustworthy LLM answers.

retrieve-then-readgroundingcontext window

This demo runs entirely in your browser using a deterministic mock model and a static dataset. Same input → same output, every time.

RAG pipelineruns in your browser · mock model
0 docs loaded

✅ Knowledge check

  1. What are the three core steps of RAG?

  2. Why does RAG make answers "updatable"?

Answer all 2 questions to check.