RAG Pipeline
Noun · AI & Machine Learning
Definitions
The full retrieval-augmented generation pipeline, including ingestion, chunking, indexing, retrieval, reranking, prompt assembly, generation, and validation. Treating RAG as a pipeline makes it easier to isolate where failures occur.
In plain English: The full workflow of a retrieval-augmented generation system.
Example: "They instrumented every stage of the RAG pipeline so latency and quality issues could be tied to retrieval, reranking, or generation separately."