Prerequisites for Knowledge Graph Builder
mainBefore installing, ensure your environment meets these requirements:
- Python: Version 3.12 or higher (required for local/separate backend deployment).
- Neo4j Database: Version 5.23 or later with APOC installed.
- Note: Version 5.23 is mandatory because the backend uses Cypher variable-scope subquery syntax (
CALL (variable) { ... }). - Neo4j Aura (including free tier) is supported.
- Note: Version 5.23 is mandatory because the backend uses Cypher variable-scope subquery syntax (
- Neo4j Desktop: If using Desktop, you must deploy the backend and frontend separately;
docker-composeis not supported for Desktop users.