Retrieval-Augmented Generation (RAG)
An AI system architecture in which a large language model's answer is grounded in documents retrieved, at query time, from a searchable corpus, rather than relying solely on facts encoded in the model's weights during training. RAG lets a system stay current with fast-changing information without retraining, at the cost of making the retrieval corpus itself a live, consequential production data system.
Defined in 6 GAGE programs, which carry 11 distinct definitions of it. The wording above is taught in AI Data Governance: The Data Chair.
How each discipline defines it
The same term does different work depending on who is using it. These are the definitions as each program teaches them, unedited.
An AI system architecture in which a large language model's answer is grounded in documents retrieved, at query time, from a searchable corpus, rather than relying solely on facts encoded in the model's weights during training. RAG lets a system stay current with fast-changing information without retraining, at the cost of making the retrieval corpus itself a live, consequential production data system.
A pattern in which the system searches a chosen set of documents, pulls the most relevant passages, and inserts them into the prompt so the model answers from that material rather than only from its training. It is the main reason the same model gives two organizations different answers, because each retrieves from its own documents (named and demonstrated by Lewis et al., NeurIPS 2020).
A technique in which a large language model's response is grounded in a specific, verified source document provided to it at the time of the query, rather than relying solely on patterns learned during training. RAG meaningfully reduces, but does not eliminate, hallucination risk, because the model can still misinterpret or inaccurately summarize the source it was given.
An agent architecture that searches a document index or knowledge base for content relevant to a query, inserts that content into the model's context, and generates an answer grounded in what was retrieved; a common source of scoping failures when the search index is not filtered by the requesting user's permissions.
An architecture that retrieves relevant, current passages from a connected source and feeds them into the prompt so the model answers from real supplied material rather than only its training memory. It is the dominant enterprise method for closing the context deficit and reducing hallucination.
Where it is taught
The exact lessons this term appears in. The first 7 topics of every program are free with a free account.
- What is AI? Definitions, History, and Types · AI Fundamentals, AI Literacy & Professional Conduct
- How AI Actually Works: Algorithms, Data, and Training · AI Fundamentals, AI Literacy & Professional Conduct
- Fact-Checking and Verifying AI-Generated Content · Critical Thinking and Context Engineering, AI Literacy & Professional Conduct
- Probing Data Boundaries · Testing and Red-Teaming, Agentic AI Governance: Applied Mastery
- The RAG corpus: governing what the chatbot is allowed to read and repeat · Feeding the Machines, AI Data Governance: The Data Chair
- The poisoned quarter: an attacker has been feeding your pipelines, find the entry point · Adversarial Data Governance, AI Data Governance: The Data Chair
- Machine unlearning: the emerging answer to deleting what a model learned · The Frontier Discipline, AI Data Governance: The Data Chair
- Prompts, context, and why the same model gives different companies different answers · Build Before You Govern, AI Governance: Applied Mastery
- Model drift: detecting the quiet degradation nobody reports · Evaluation and Trust, AI Governance: Applied Mastery
- AI Platform Architecture · Technology, Platforms and Vendors, Business AI Transformation
Terms it appears with
Not an alphabetical neighbourhood: these are the terms taught in the same lessons, ranked by how often they appear together.