Files
LlamaIndexTS/examples
2025-02-13 17:26:22 +07:00
..
2025-02-12 15:10:11 +07:00
2024-02-18 18:43:52 -03:00
2025-02-11 12:48:58 +07:00
2024-07-24 10:46:00 -07:00
2025-02-12 15:10:11 +07:00
2024-06-26 23:10:04 -07:00
2024-07-24 10:46:00 -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 ./chatEngine.ts

Build your own RAG app

npx create llama