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.

Hands-on: Customizing the app with your own data and chatting with it

Hands-on: Customizing the app with your own data and chatting with it

From the course: Developing RAG Apps with LlamaIndex and Next.js

Hands-on: Customizing the app with your own data and chatting with it

All right, so we know that this is working because we were able to converse and chat with the data. Very, very cool. Now, the beauty here is that, as you can see, this is full-fledged. It's working. We didn't have to do really barely anything to have this full-stack Next.js application that is run underneath by Rack system through Llama Index. It's really, really awesome. Of course, you can go ahead and look through and see what's happening here. But one thing you have to understand, number one, is that we want to actually change this so that in our data, instead of using this one, we want to add our own data. And so how do we do that? So I'm going to go ahead and fetch our Berkshire data we've been working with and I'm going to add it here like that. So I'm going to go ahead and delete that. and so now I have Berkshire. So the thing is, because I've added this new data, as you know, we need to rerun to regenerate the index so that it picks up this new data, right? It makes sense. And…

Contents