Hi,
I am trying to find the shortest distance between 4752 nodes and 1098 relationships using the below query
CALL algo.allShortestPaths.stream('Number_of_associated_posts',{nodeQuery:'skill',defaultValue:1.0})
YIELD sourceNodeId, targetNodeId, dista...