Files
LlamaIndexTS/examples
github-actions[bot] 9a27b6d94a Release 0.9.15 (#1807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-04-02 17:08:47 +07:00
..
2025-03-17 21:20:24 +07:00
2025-02-12 15:10:11 +07:00
2025-03-17 21:20:24 +07:00
2025-04-02 16:21:43 +07:00
2025-03-17 21:20:24 +07:00
2025-02-27 10:22:33 +07:00
2024-02-18 18:43:52 -03:00
2025-03-31 17:21:19 +07:00
2025-04-02 17:08:47 +07:00
2024-07-24 10:46:00 -07:00
2025-02-12 15:10:11 +07:00
2025-04-02 17:08:47 +07:00
2025-03-11 17:21:57 +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