RAG
/ræɡ/
Definition
Retrieval-Augmented Generation — augmenting LLM prompts with relevant retrieved documents to ground responses in facts.
Example in context
"Our support bot uses RAG — it fetches relevant KB articles and adds them to the prompt before answering."
Related terms
Practice this term
Master RAG in context by working through exercises in the Data Science & ML module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.