Back to Freecodecamp

What Is RAG?

curriculum/challenges/english/blocks/understanding-rag/what-is-rag-video.md

latest565 B
Original Source

--description--

In this video, you will learn more about RAG.

--questions--

--text--

How does the retrieval portion of RAG work?

--answers--

It generates new context internally before answering the question.


It retrieves information from the language model's training data to provide context for the language model.


It retrieves relevant documents from a knowledge base to provide context for the language model.


It retrieves relevant documents from the internet to provide context for the language model.

--video-solution--

3