# Path to the LanceDB database # For Docker: /app/data/haiku_rag.lancedb # For local development: Use absolute path to existing database DB_PATH=~/SOME_FOLDER/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