What is retrieval augmented generation?
Also known as: RAG
Published September 10, 2026 · Reviewed by the Fidiora team
Retrieval augmented generation is a technique where a system searches a document collection for passages relevant to a question, then supplies those passages to a language model as context before it answers. The model composes its response from retrieved material rather than from memory alone.
Why it matters
RAG is what makes AI support answers checkable. Without it a model answers from training data that may be outdated, generic, or simply wrong about your product. With it, the answer traces back to a specific document you control and can correct, which is the difference between a demo and a deployable system.
What to know
- Retrieval quality sets the ceiling. If the right passage is not retrieved, no amount of model quality saves the answer.
- Chunking strategy quietly determines accuracy. Passages split mid-procedure produce confidently incomplete answers.
- Stale sources are the most common production failure, and they fail silently because the answer still sounds right.
- Citing the source document lets both customers and agents verify, which converts trust from a claim into a check.
- Contradictory documents are worse than missing ones, because the system picks one and sounds certain.
An example
Example: a customer asks about the refund window. The system retrieves the current refund policy page, hands that text to the model, and the answer quotes fourteen days because that is what the page says. Change the page and the answer changes with it.
Common mistakes
- Indexing outdated documentation alongside current documentation
- Chunking documents so procedures are split across passages
- Not surfacing the source, which removes the ability to verify
- Assuming a better model fixes a retrieval problem
Fidiora grounds every answer in your help centre, website, and past tickets rather than in general model knowledge. When your content cannot answer a question, it says so and flags the gap instead of improvising, which is how documentation quality actually improves over time.
See PricingQuestions
Does RAG stop AI hallucination?
What content should feed a support RAG system?
How often should the index be refreshed?
Related terms
See Fidiora resolve a ticket in 60 seconds.
No credit card, no sales call required. Connect your docs and watch it work.
No credit card · Live in under an hour