Hello @Estelle,I see this post a bit late, but maybe it will still help you now.The node property steps in the pipeline are only mutating the graphstore while the pipeline is running.At the end of the pipeline we automatically cleanup the intermediat...
Hey @DK ,As stated in https://neo4j.com/docs/graph-data-science/current/installation/supported-neo4j-versions/, GDS 1.3 is not compatible with Neo4j 3.5. The last compatible version was GDS 1.1.I would highly recommend to update Neo4j to a more recen...
@rishab , the above problem was, that the relationships contain nodes that were not part of the nodeQuery.So their fix was to also include the Target nodes in the nodeQuery (see the diff between their solution and initial query).