haiku.rag/docs/installation.md
2025-06-25 20:16:08 +03:00

31 lines
461 B
Markdown

# Installation
## Basic Installation
```bash
uv pip install haiku.rag
```
By default, Ollama (with the `mxbai-embed-large` model) is used for embeddings.
## Provider-Specific Installation
For other embedding providers, install with extras:
### VoyageAI
```bash
uv pip install haiku.rag --extra voyageai
```
### OpenAI
```bash
uv pip install haiku.rag --extra openai
```
## Requirements
- Python 3.10+
- SQLite 3.38+
- Ollama (for default embeddings)