Retrieval-Augmented Generation
Also called: RAG
Fetching relevant documents first and putting them in the prompt, so the model answers from sources instead of memory.
RAG splits the job in two: a retrieval step finds passages relevant to the question, then the model answers using those passages as context. It is the standard fix for knowledge cutoffs, private data, and hallucination, because the model is grounded in text it can cite. Retrieval quality sets the ceiling — the best model cannot rescue the wrong three paragraphs.
In practice: A support bot that quotes your actual refund policy rather than a plausible-sounding invention.
Where this comes up
- AI Training for Logistics Coordinators: Your Path to Success
- AI for Leaders Course: Empowering Business Transformation
- AI for Marketers Course: Transform Your Marketing Strategy with AI
- ChatGPT for Customer Service 2026: Prompts & Integrations
- ChatGPT for Finance 2026: Use Cases, Excel & Risks
- Google vs ChatGPT for Search in 2026: Which One Is Actually Better?