# Neo4j Aura Database Configuration # Get these values from your Neo4j Aura instance # Visit: https://console.neo4j.io/ # Neo4j Connection String # Format: neo4j+ssc://xxxxxxxx.databases.neo4j.io or neo4j://hostname:port NEO4J_URI=neo4j+ssc://your-instance-id.databases.neo4j.io # Neo4j Username (usually 'neo4j') NEO4J_USER=neo4j # Neo4j Password (from Aura instance creation) NEO4J_PASSWORD=your-secure-password-here # Google Gemini API Configuration # Get your free API key from: https://aistudio.google.com/app/apikey GOOGLE_API_KEY=your_google_api_key_here # Optional: Tavily Web Search API # Get your API key from: https://app.tavily.com # Leave empty to use mock data for Search Agent TAVILY_API_KEY=your_tavily_api_key_here