Installation and Setup
Make sure you have NodeJS v18 or higher.
Using create-llama
The easiest way to get started with LlamaIndex is by using create-llama
. This CLI tool enables you to quickly start building a new LlamaIndex application, with everything set up for you.
Just run
- npm
- Yarn
- pnpm
npx create-llama@latest
yarn create llama
pnpm create llama@latest
to get started. Once your app is generated, run
- npm
- Yarn
- pnpm
npm run dev
yarn dev
pnpm run dev