Skip to content
Snippets Groups Projects
user avatar
Marcus Schiesser authored
130b7992
History
user avatar 130b7992
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

LlamaIndexTS Examples

Before running any of the code examples, make sure you have basic knowledge of the LlamaIndexTS.

Usage

# export your API key
export OPENAI_API_KEY="sk-..."

npx ts-node ./chatEngine.ts

Build your own RAG app

npx create llama