# Example environment configuration for Weavegraph
# Copy this file to .env and fill in your actual values
# SQLite database location (relative or absolute path)
SQLITE_DB_NAME=data/weavegraph.db
# Google Gemini API key for LLM integration (optional, for demo3)
# Get your API key from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# Alternative: Full SQLite URL (overrides SQLITE_DB_NAME if set)
# WEAVEGRAPH_SQLITE_URL=sqlite://path/to/your/database.db