haiku.rag/examples/docker/haiku.rag.yaml.example
Yiorgis Gozadinos 248eed8d7b
Update docs
2026-01-07 11:09:23 +02:00

32 lines
738 B
Text

# haiku.rag configuration for Docker deployment
# See https://ggozad.github.io/haiku.rag/configuration/ for details
environment: production
storage:
data_dir: /data
monitor:
directories:
- /docs
# Remote document processing with docling-serve
processing:
converter: docling-serve
chunker: docling-serve
chunk_size: 256
chunker_type: hybrid
chunking_tokenizer: "Qwen/Qwen3-Embedding-0.6B"
chunking_merge_peers: true
chunking_use_markdown_tables: false
providers:
docling_serve:
base_url: http://docling-serve:5001
api_key: ""
ollama:
base_url: http://host.docker.internal:11434
# For other providers (OpenAI, Anthropic, VoyageAI, etc.),
# see: https://ggozad.github.io/haiku.rag/configuration/