Files
LlamaIndexTS/examples
2024-10-22 00:49:15 -07:00
..
2024-10-03 17:12:33 -07:00
2024-09-09 10:11:58 -07:00
2024-09-13 15:46:02 +07:00
2024-02-18 18:43:52 -03:00
2024-10-17 11:18:29 -07:00
2023-11-14 16:20:57 -08: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-10-17 11:18:29 -07: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-05-20 13:53:23 -07:00
2024-04-09 12:42:16 -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