What is Retrieval-Augmented Generation?
What is Retrieval-Augmented Generation?
RAG is a pattern that lets AI models answer questions using your specific data — not just their training knowledge. Instead of hoping the model knows the answer, you search your data first, then include the relevant results in the prompt.
This lesson covers why RAG matters, how it compares to fine-tuning, and the high-level architecture of a RAG pipeline.