30/03/2026
Retrieval-Augmented Generation (RAG) architecture
Overview
The flow is divided into two main phases:
-Data Ingestion (Indexing Pipeline)
-Query Processing (Retrieval + Generation Pipeline)
This diagram represents a Retrieval-Augmented Generation (RAG) architecture, which enhances Large Language Model (LLM) responses using external knowledge stored in a vector database.