# API Keys (at least one required for LLM) ANTHROPIC_API_KEY=your-anthropic-key OPENAI_API_KEY=your-openai-key # Host path of the LanceDB database, mounted at /data where haiku.rag.yaml # places it DB_VOLUME=./data/haiku.rag.lancedb # Optional: Ollama base URL (if using local models) # Use host.docker.internal to reach Ollama running on the host machine OLLAMA_BASE_URL=http://host.docker.internal:11434