Back to Freecodecamp

RAG Architecture

curriculum/challenges/english/blocks/designing-reliable-rag-systems/rag-architecture-video.md

latest454 B
Original Source

--description--

In this video, you will learn about the architecture of a RAG system.

--questions--

--text--

Which of the following is the correct pipeline flow for a RAG system?

--answers--

LLM → Chunking → Embedding → Vector Database


Chunking → Embedding → Vector Database → LLM


Embedding → Chunking → Vector Database → LLM


Chunking → LLM → Vector Database → Embedding

--video-solution--

2