RAG (Retrieval-Augmented Generation)

< Glossary
NLP

An architecture pattern where the model first retrieves relevant information from a knowledge base, then generates an answer based on the found data. Reduces hallucinations and enables working with up-to-date information.

Related terms