Learn Before
Definition
Retrieval Augmented Generation
RAG supplies the model with passages fetched from an external store at inference time, so answers can rest on material the model was never trained on. For agents, retrieval is a tool like any other, which means the agent chooses when and what to retrieve.
0
1
Updated 2026-08-21
Tags
Building AI Agents Course
Computing Sciences