-
Notifications
You must be signed in to change notification settings - Fork 0
17 Troubleshooting
Raja Jeevan Kumar Maduri edited this page Aug 4, 2026
·
1 revision
-
Symptom:
GET /health/deepreturns statusDOWN. - Root Cause: Local Neo4j, Qdrant, or PostgreSQL container is disconnected.
-
Resolution: Run
docker-compose up -dto restart local database containers.
-
Symptom:
SyntaxErrorwhen importing frombackend.services. - Root Cause: Directory path contains hyphens.
-
Resolution: Use snake_case package paths (
backend/services/knowledge_engine/,document_service/,agent_orchestrator/,workflow_engine/,ingestion/,connectors/).