Concepts
RAG
Retrieval-Augmented Generation — a pattern where your application fetches relevant documents from a database and adds them to the prompt so the model can answer questions about your own data.
Alternate definitions 2
Definition 2Concepts
Retrieval-Augmented Generation — a technique where the AI looks up relevant passages from your knowledge base and uses them to write a more accurate, grounded answer.
Concepts · curriculum materials
Definition 3Concepts
Retrieval-Augmented Generation — a technique where the AI fetches relevant passages from your own documents before answering, so responses are grounded in your data rather than general training.
Concepts · curriculum materials