All posts
#retrieval

retrieval

1 article

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