haiku.rag-slim
Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling - Core package with minimal dependencies.
haiku.rag-slim is the core package for users who want to install only the dependencies they need. Document processing (docling), and reranker support are all optional extras.
For most users, we recommend installing haiku.rag instead, which includes all features out of the box.
Installation
Python 3.12 or newer required
Minimal Installation
uv pip install haiku.rag-slim
Core functionality with OpenAI/Ollama support, MCP server, and Logfire observability. Document processing (docling) is optional.
With Document Processing
uv pip install haiku.rag-slim[docling]
Adds support for 40+ file formats including PDF, DOCX, HTML, and more.
Available Extras
docling, tui, voyageai, cohere, zeroentropy, cross-encoder, jina,
s3, ingester, and one per model provider: anthropic, google, groq,
mistral, bedrock, vertexai. Ollama and any OpenAI-compatible endpoint need
no extra.
What each provides, and which ones the full haiku.rag package already
includes: Installation.
# Common combinations
uv pip install 'haiku.rag-slim[docling,anthropic,cross-encoder]'
uv pip install 'haiku.rag-slim[docling,groq]'
Usage
See the main haiku.rag repository for:
- Quick start guide
- CLI examples
- Python API usage
- MCP server setup
Documentation
Full documentation: https://ggozad.github.io/haiku.rag/
- Installation - Provider setup
- Configuration - YAML configuration
- CLI - Command reference
- Python API - Complete API docs
Release files for haiku.rag-slim 0.79.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| haiku_rag_slim-0.79.0.tar.gz | 285.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| haiku_rag_slim-0.79.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 657.2 kB
Release files / haiku_rag_slim-0.79.0.tar.gz
| Download URL | haiku_rag_slim-0.79.0.tar.gz |
|---|---|
| Size | 285.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d0e9501d5f42beaa6b3934fa619ba45d23771543d541b40d86720a51d8088ce
|
|
BLAKE2b-256 checksum How to use checksums |
2f0e17f24ebad21809a07bdea1858b0103ec23a91a6214fd593e0867c7402dac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / haiku_rag_slim-0.79.0-py3-none-any.whl
| Download URL | haiku_rag_slim-0.79.0-py3-none-any.whl |
|---|---|
| Size | 371.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0e868f853673179d0d94c1b84c6038a3e1e1b11b7850c0aceba90d67dddbd6a5
|
|
BLAKE2b-256 checksum How to use checksums |
9d9723681050696e02a979d7ce54718608f9d43cb02afd6184fd527528d6b8bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|