Skip to main content

RAG (Retrieval-Augmented Generation)

An AI system architecture in which a model retrieves relevant documents or data from an external store at query time and includes them in its prompt, rather than having been trained directly on that data. Removing a document from the retrieval store generally prevents its future retrieval, a retention advantage over fine-tuning, though the retrieval store's embeddings, any cached prior responses that already included the document's content, backup copies of the index, and vendor training-on-query terms remain separate considerations.

Defined in 2 GAGE programs, which carry 9 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.

AI Data Governance: The Data Chair

An AI system architecture in which a model retrieves relevant documents or data from an external store at query time and includes them in its prompt, rather than having been trained directly on that data. Removing a document from the retrieval store generally prevents its future retrieval, a retention advantage over fine-tuning, though the retrieval store's embeddings, any cached prior responses that already included the document's content, backup copies of the index, and vendor training-on-query terms remain separate considerations.

Agentic AI Governance: Applied Mastery

a technique in which a system searches an external document store or database at run time and incorporates relevant results into its response, without retraining the underlying model.

AI Data Governance: The Data Chair

An architecture where a language model's response is grounded by first retrieving relevant text from a vector store (using embedding similarity search) and including that retrieved text as context for the model's generation. (see Topic 4.4)

AI Data Governance: The Data Chair

An AI architecture where a system searches a corpus of documents for content relevant to a user's question, retrieves the most relevant results, and feeds that retrieved content to a language model as context to generate an answer.

AI Data Governance: The Data Chair

An AI architecture where a model retrieves relevant documents from an external corpus at query time and uses them as context to generate a response, rather than relying solely on knowledge encoded during training.

Where it is taught

The exact lessons this term appears in. The first 7 topics of every program are free with a free account.

Terms it appears with

Not an alphabetical neighbourhood: these are the terms taught in the same lessons, ranked by how often they appear together.