What is RAG?medium

Type
conceptual
Topic
rag
Frequency
common
Tags
rag
Answer

RAG retrieves relevant external context before generating an answer.

Explanation

A RAG pipeline indexes documents, retrieves relevant chunks for a query, and sends them to a model so answers can be grounded in source material.

Follow-upWhen is RAG better than fine-tuning?