haiku.rag/examples/ag-ui-research/haiku.rag.yaml.example
2025-11-17 14:42:14 +02:00

34 lines
684 B
Text

# haiku.rag configuration for ag-ui-research example
# Copy to haiku.rag.yaml and customize
# Document processing with docling-serve
processing:
converter: docling-serve
chunker: docling-serve
chunk_size: 256
chunker_type: hybrid
providers:
docling_serve:
base_url: http://docling-serve:5001
api_key: ""
timeout: 300
ollama:
base_url: http://host.docker.internal:11434
research:
provider: ollama
model: gpt-oss:latest
max_iterations: 3
confidence_threshold: 0.8
max_concurrency: 1
# For OpenAI:
# research:
# provider: openai
# model: gpt-4o-mini
# For Anthropic:
# research:
# provider: anthropic
# model: claude-3-5-haiku-20241022