Files
LlamaIndexTS/examples
github-actions[bot] d68c2a4be8 Release 0.11.13 (#2060)
2025-07-07 11:24:21 +07:00
..
2025-07-01 09:30:49 +07:00
2025-05-12 14:16:47 +07:00
2025-07-01 09:30:49 +07:00
2025-07-01 09:30:49 +07:00
2025-05-12 14:16:47 +07:00
2025-03-31 17:21:19 +07:00
2025-07-07 11:24:21 +07:00
2025-05-26 16:49:45 +07:00
2025-07-07 11:24:21 +07:00
2025-05-12 14:16:47 +07:00

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