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.
LlamaIndex flow: Overview
From the course: Developing RAG Apps with LlamaIndex and Next.js
LlamaIndex flow: Overview
Now let's bring it all back to Llama Index. So the beauty here is that with Llama Index, Llama makes it way easier to create RAG systems because it has a very easy process for us to be able to ingest data into the system because this is, as you know, will convert unstructured data into different formats for large language models. And so, of course, we have also RAG here, the way in which we can answer queries across our own data, which is very, very important. And we have autonomous agents, so we can build software that can really smartly select tools to do tasks, to perform tasks, to get to a certain result. And that can happen repeatedly until it gets the correct answer. So all of these tools are inserted or are part of Lava Index as a framework. So the process is still the same. We have documents which then are loaded, and then they are parsed, and then an index is created, which then are passed through and added into a vector store. Do you know what a vector store is now? And…
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)
-
-
-
-
-