pip install llama-index llama-index-vector-stores-chroma chromadb
Settings singleton.gpt-3.5-turbo + ada-002 if you skip Settings!All Options
All Options
| Model | Dims | $/1M tok |
|---|---|---|
| text-embedding-3-small | 1536 | $0.02 |
| text-embedding-3-large | 3072 | $0.13 |
| text-embedding-ada-002 | 1536 | $0.10 (legacy) |
| HuggingFace (local) | varies | Free |
Index Types
Vector Store Backends
Response Modes
Engine Types
Chat Modes
{context_str} = retrieved text, {query_str} = user questionReload Without Re-indexing
Override Settings Per-call
Source Attribution