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?
cobra
(Cobra)
2
Hello @yevheniy.derykot 
Which version of Neo4j and APOC are you using?
Regards,
Cobra
cobra
(Cobra)
4
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.
1 Like
Everything works, thank you 
1 Like