461 B
461 B
Installation
Basic Installation
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
uv pip install haiku.rag --extra voyageai
OpenAI
uv pip install haiku.rag --extra openai
Requirements
- Python 3.10+
- SQLite 3.38+
- Ollama (for default embeddings)