mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-16 07:14:29 -04:00
1.2 KiB
1.2 KiB
LlamaIndexTS Examples
This package contains several examples of how to use LlamaIndexTS.
Most examples will use OpenAI by default, so be sure to set your API key.
Running Examples
# export your API key
export OPENAI_API_KEY="sk-..."
npx tsx ./rag/chatEngine.ts
Recommended Starter Examples
Agents:
Workflows:
Indexing, Retrieval, and Querying:
Multimodal:
Some more general folders that might be useful to explore: