All posts
#rag

rag

3 articles

Definition

RAG (Retrieval-Augmented Generation): A technique that retrieves relevant documents or data at inference time and injects them into the model's context window before generating a response.

Full definition