Closed headsrooms closed 4 years ago
You are looking at graph algorithms documentation and trying to reproduce it with GDS, when you should be looking at Graph Data science documentation at https://neo4j.com/docs/graph-data-science/1.0/alpha-algorithms/overlap/
Oh, I'm sorry and thank you, now I have #19 .
Hi, everyone! I'm running the examples of both algorithms in the docs. For instance, this tests
gds.alpha.similarity.overlap
(https://neo4j.com/docs/graph-algorithms/current/labs-algorithms/overlap/):Both algorithms raise the same error:
Failed to invoke procedure `gds.alpha.ml.ann.write`: Caused by: java.lang.IllegalArgumentException: Missing information for implicit graph creation. Specify either `nodeProjection` and `relationshipProjection` or `nodeQuery` and `relationshipQuery
I'm using GDS version 1.0.0, Neo4j Desktop 1.2.5, Neo4j Browser 4.0.5, Neo4j version 3.5.16 or Neo4j version 3.5.15 and Windows 10.
Thank you.