Stages of RAG - trankhoidang/RAG-wiki GitHub Wiki
✏️ Page Contributors: Khoi Tran Dang
🕛 Creation date: 25/06/2024
📥 Last Update: 26/06/2024
RAG consists of 3 major components: external data, the retrieval component and the generation component.
RAG system is built on these components and can be very complex. Below is a high-level schematic of the different stages within a RAG system:

High-level schematic of different stages within RAG.

Description of different RAG stages.