25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
# Neo4j — Choose one:
|
|
|
|
# Option A: Docker local (run docker-compose up -d)
|
|
NEO4J_URI=bolt://localhost:7687
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=changeme-local-password
|
|
NEO4J_DATABASE=neo4j
|
|
|
|
# Option B: AuraDB Free (create at https://neo4j.com/cloud/aura-free/)
|
|
# NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io
|
|
# NEO4J_USERNAME=neo4j
|
|
# NEO4J_PASSWORD=your-auradb-password
|
|
# NEO4J_DATABASE=neo4j
|
|
|
|
# Google AI Studio — Get your free key at https://aistudio.google.com/apikey
|
|
GCP_API_KEY=your-google-ai-studio-key
|
|
|
|
# MedGraph API
|
|
API_KEY=your-medgraph-api-key
|
|
ENVIRONMENT=development
|
|
|
|
# Optional: Only needed for entity extraction and intelligent router
|
|
# Requires a Google Cloud Platform project with Vertex AI enabled
|
|
# GCP_PROJECT=your-gcp-project
|