Files
LlamaIndexTS/examples/README.md
T
2025-05-12 14:16:47 +07:00

315 B

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 tsx ./rag/chatEngine.ts

Build your own RAG app

npx create llama