1

I got this error message :

There is no procedure with the name `gds.graph.create.cypher` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

I think that the version of neo4j destktop(4.4.5) I'm using isn't compatible with graph data science play graoud(2.0.3). But I don't know what I'm supposed to do , thank you in advance for any suggestion.

1 Answers1

2

With the GDS 2.0, the create method has been renamed to project.

Try

Call gds.graph.project.cypher
Tomaž Bratanič
  • 6,319
  • 2
  • 18
  • 31