# OpenAI API Key (required for embeddings and semantic search)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-api-key-here
# OpenAI Assistant ID (optional - for natural language to Cypher tool)
# Leave blank to create a new assistant automatically
# Only needed if you want to reuse an existing assistant
OPENAI_ASSISTANT_ID=
# Neo4j Configuration
# These match the docker-compose.yml defaults
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=PASSWORD