# Database HAIKU_RAG_DB_PATH=/data/haiku.rag.lancedb # File monitoring MONITOR_DIRECTORIES=/docs # Default: Ollama on host EMBEDDINGS_PROVIDER=ollama EMBEDDINGS_MODEL=nomic-embed-text QA_PROVIDER=ollama QA_MODEL=qwen3 OLLAMA_BASE_URL=http://host.docker.internal:11434 # For other providers, see: https://ggozad.github.io/haiku.rag/configuration/ ENV=production