mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-13 22:17:48 -04:00
38487da65d
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
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: