haiku.rag/examples/docker/.env.example
2026-01-19 16:53:40 +02:00

11 lines
315 B
Text

# API keys (set as needed)
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# VOYAGE_API_KEY=
# CO_API_KEY=
# Ollama on host (if using Ollama for embeddings/QA)
# OLLAMA_BASE_URL=http://host.docker.internal:11434
# All other configuration is done via haiku.rag.yaml
# See: https://ggozad.github.io/haiku.rag/configuration/