What is Retrieval Augmented Generation (RAG) and how is it covered in the course? #817
-
Understand the concept of RAG and its inclusion in the curriculum. |
Beta Was this translation helpful? Give feedback.
Answered by
eminw5
May 31, 2025
Replies: 1 comment
-
RAG combines retrieval of relevant information from a vector database with generative models to improve answer accuracy. The course includes a build lesson on creating a RAG-based application. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anderslindev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RAG combines retrieval of relevant information from a vector database with generative models to improve answer accuracy. The course includes a build lesson on creating a RAG-based application.