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.
Production-ready techniques: Introduction
From the course: Developing RAG Apps with LlamaIndex and Next.js
Production-ready techniques: Introduction
Okay. So now we're going to dive into production ready techniques that will help us to be ready for production level development here with Llama Index. So first, we're going to look at persisting our own data. So we're going to be able to load and still save data into a database. So this will make it so that we don't need to do this constant indexing of our data. So we can just load it once and then reuse whatever was loaded into our database or into a disk. And we're going to learn how to chat with our data with streams. So no more waiting for responses. So it does give this very nice real-time feedback that comes in as the responses come. And of course, we'll culminate by building a web app with Create Llama tool, which allows us really simply and easily to build an XJS production app instantly. It's pretty incredible. Okay. Let's go ahead and get started.
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.