# API Keys (at least one required for LLM) ANTHROPIC_API_KEY=your-anthropic-key OPENAI_API_KEY=your-openai-key # Database path DB_PATH=/path/to/your/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