Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-15-2020 12:13 PM
Dear community,
I try to run Betweenness Centrality algorithm from doc below
CALL gds.alpha.betweenness.stream('myGraph')
YIELD nodeId, score
RETURN gds.util.asNode(nodeId).name AS name, score
ORDER BY name ASC
and get error
what may causing the error?
Solved! Go to Solution.
09-16-2020 12:38 AM
Can you try to upgrade your database to 4.1.1? You will have to upgrade GDS (1.3.2) and APOC (4.1.0.2) as well.
09-16-2020 12:16 AM
09-16-2020 12:30 AM
Neo4j 4.0.4
APOC
4.0.0.11
gds.version
1 "1.2.1"
09-16-2020 12:38 AM
Can you try to upgrade your database to 4.1.1? You will have to upgrade GDS (1.3.2) and APOC (4.1.0.2) as well.
09-16-2020 01:08 AM
Everything works, thank you
All the sessions of the conference are now available online