haiku.rag/examples/ag-ui-research/.env.example
2025-10-27 16:53:08 +02:00

10 lines
427 B
Text

# Path to the LanceDB database on your HOST machine
# This will be mounted into the Docker container at /app/data/haiku.rag.lancedb
# Must be an absolute path to an existing database created with haiku-rag
DB_PATH=/absolute/path/to/your/haiku.rag.lancedb
# API keys (set as needed for your QA provider)
# OPENAI_API_KEY=your-key-here
# ANTHROPIC_API_KEY=your-key-here
# VOYAGE_API_KEY=your-key-here
# CO_API_KEY=your-key-here