From the course: Developing RAG Apps with LlamaIndex and Next.js
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
RAG crash course
From the course: Developing RAG Apps with LlamaIndex and Next.js
RAG crash course
All right, so I'm going to do a very quick crash course on RAG here so we have an understanding of what RAG is. Now, if you already know what RAG is, just look at this as some sort of recap. Okay, so let's go ahead and do this. So what is RAG? So let's go ahead and do a definition because that seems to always be the best way to get started. So RAG, here's a definition, it's a framework that combines the strengths of retrieval-based systems and generation-based models to produce more accurate and contextual relevant response. Well, that's a mouthful, but let's translate this. What does that mean? Well, that just means efficient way to customize our LLM. In this case, our large model model with your own data. So RAG, Retrieval Augmented Generation, presents a solution to the challenge of hallucination, because RAG addresses this by combining the generative power of large language models with an external knowledge retrieval step before generating an answer so I love diagrams and I hope…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Deep dive into LlamaIndex and key features: Overview4m 30s
-
(Locked)
RAG crash course6m 20s
-
(Locked)
LlamaIndex flow: Overview2m 41s
-
(Locked)
LlamaIndex: Data ingestion, indexing and query interface overview3m 37s
-
(Locked)
Hands-on: Set up LlamaIndex simple RAG system12m 19s
-
(Locked)
Summary1m 13s
-
(Locked)
-
-
-
-
-