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: Generating a full-stack web app with create-llama CLI command
From the course: Developing RAG Apps with LlamaIndex and Next.js
Hands-on: Generating a full-stack web app with create-llama CLI command
All right. So now we're going to go. Let's go back to llamaindex.ts here. So if you follow this exact URL, this is where you're going to get. So we've seen this before where we installed the llama index from NPM. And what I want you to go to do is to continue as such. We've seen this before, and I'm going to just ignore all of that and go to chat box tutorial. Okay. So this is where we have this create llama. Okay. So what it is and what it does. So it says here, once you master the basic of Retrieval Augment Generation, you may want to create an interface to chat with your data. You can do this step by step, but we recommend getting started quickly using Create LLAMA. This is the beauty of LLAMA Indexing. It has this command that we can just call, write and call it, run this command, I should say, and it will create all the dependencies and everything, as you will see in a second here. It's pretty incredible. Okay? And then you have a base to start with. So, Create Llama is a…
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)
Chatbot app with Next.js: Full-stack web app, overview57s
-
(Locked)
Hands-on: Generating a full-stack web app with create-llama CLI command8m 7s
-
(Locked)
Hands-on: Customizing the app with your own data and chatting with it7m 12s
-
(Locked)
Hands-on: Deploying our Next.js full-stack chat app to Vercel6m 38s
-
(Locked)
-