mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-16 07:14:29 -04:00
7a2485cca2
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
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 ./rag/chatEngine.ts
Build your own RAG app
npx create llama