Files
LlamaIndexTS/examples
github-actions[bot] f231e0739f Release (#1424)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <himself65@users.noreply.github.com>
2024-11-01 16:50:36 -07: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-10-30 18:34:17 -07:00
2024-09-13 15:46:02 +07:00
2024-02-18 18:43:52 -03:00
2024-11-01 16:50:36 -07: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-01 16:50:36 -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-10-27 13:44:55 -05: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