Files
LlamaIndexTS/examples
2024-11-18 18:39:13 -08:00
..
2024-10-30 18:34:17 -07:00
2024-09-09 10:11:58 -07:00
2024-10-30 18:34:17 -07:00
2024-11-06 10:16:18 -08:00
2024-02-18 18:43:52 -03:00
2024-11-14 18:25:19 -08:00
2024-10-30 18:34:17 -07:00
2024-04-18 17:08:40 -07:00
2024-07-24 10:46:00 -07:00
2024-04-01 13:43:35 -05:00
2024-04-03 14:21:13 +07:00
2024-09-13 15:46:02 +07:00
2024-11-18 18:39:13 -08:00
2024-06-26 23:10:04 -07:00
2024-04-01 13:43:35 -05:00
2024-04-01 13:43:35 -05:00
2024-07-24 10:46:00 -07:00
2024-10-27 13:44:55 -05:00
2024-04-09 12:42:16 -07:00
2024-11-11 13:14:08 -08: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