Files
LlamaIndexTS/examples
github-actions[bot] a50acf634c Release 0.11.11 (#2044)
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-06-27 14:51:09 +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-06-27 14:51:09 +07:00
2025-05-26 16:49:45 +07:00
2025-06-27 14:51:09 +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