You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDS 2.16 is not compatible with Neo4j 5.26, it requires 2025.03.
The latest version to support Neo4j 5.26 is GDS 2.13.
See out compatibility table for details.
Starting with GDS 2.13, a single GDS version is only compatible with a single database version, they need to be updated together.
@JohT I understand it would be beneficial. However, the actual GDS API itself does not have a breaking change and we have historically not included the DB support in the versioning semantics. For any Neo4j 5.x version, it has always been true that you need a new GDS version (it might have been a patch release, e.g. the 2.6 series). Since Neo4j versions are end-of-life when the next one releases (except for the LTS versions 4.4 and 5.26), we've aligned ourselves with that as keeping backwards compatibility for unsupported versions has been a hindrance for us and the database itself.
Describe the bug
When I try to create a new projection with
gds.graph.project
using Cypher with graph-data-science version 2.16.0, I get the following error message:Details
Query
Query Response
Parameters:
To Reproduce
Steps to reproduce the behavior
export NEO4J_INITIAL_PASSWORD=neo4jinitial
./scripts/examples/analyzeAxonFramework.sh 4.11.0
Example pull requests that reproduce the issue:
The text was updated successfully, but these errors were encountered: