Skip to content

AI Glossary

Retrieval-Augmented Generation (RAG)

A pattern that grounds model answers in retrieved documents or knowledge bases.

Last updated August 2, 2026

Simple explanation

RAG means the AI looks up trusted documents before answering, instead of guessing from memory alone.

Technical explanation

Retrieval-Augmented Generation retrieves passages from an index, then conditions generation on those passages to ground answers.

A pattern that grounds model answers in retrieved documents or knowledge bases.

Examples

  • Policy Q&A over a handbook
  • Support bot grounded in help docs

FAQs

Does RAG replace fine-tuning?

Often it is the better first step for changing facts; fine-tuning suits style and specialized behavior.

Newsletter

Weekly practical AI

Tools worth trying and tactics you can use this week—no noise, no first-visit popups.

NewsLetter Form

This field is required.