Files
LlamaIndexTS/examples
2025-05-22 15:14:00 +07:00
..
2025-05-12 14:16:47 +07:00
2025-05-12 14:16:47 +07:00
2025-05-12 14:16:47 +07:00
2025-05-12 14:16:47 +07:00
2025-05-12 14:16:47 +07:00
2025-03-31 17:21:19 +07:00
2025-05-22 14:34:37 +07:00
2025-05-22 14:34:37 +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