Starter Tutorial
Once you have installed LlamaIndex.TS using NPM and set up your OpenAI key, you're ready to start your first app:
In a new folder:
- npm
- Yarn
- pnpm
npm install typescript
npm install @types/node
npx tsc --init # if needed
yarn add typescript
yarn add @types/node
npx tsc --init # if needed
pnpm add typescript
pnpm add @types/node
npx tsc --init # if needed