Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 311 Bytes

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