CustomLabs
Foundations

Retrieval-Augmented Generation (RAG)

Also known as RAG

Retrieval-Augmented Generation (RAG) retrieves relevant passages at query time and feeds them into an LLM's context.

It answers from your own data instead of the model's training memory, trading a knowledge problem for a retrieval-quality one.

Chunking, embeddings and ranking decide whether the answer is grounded or just a plausible-sounding guess.

Most complaints that the AI does not know your data point to a RAG pipeline defect, not a model limit.

← Back to the full glossary

Source: https://customlabs.io/glossary/retrieval-augmented-generation/

navigate select esc close