83
Dictionary

RAG (Retrieval-Augmented Generation)

Inject external knowledge into an LLM at query time.

Definition
Retrieval-Augmented Generation is a pattern where relevant documents are retrieved from a vector store and inserted into the model's context before generation, grounding answers in source material.
Example
A support bot retrieves the 3 most relevant help-center articles for a user question and asks the LLM to answer using only those sources.
Related Workflows
Related Tool Stacks
Related Prompts