cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

kanranmm
Node Link
since ‎07-19-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I am trying to run the following code. CALL gds.graph.create.cypher( 'my-cypher-graph', 'MATCH (n:Person) RETURN id(n) AS id', 'MATCH (a:Person)-[:LIKES]->(b:Person) RETURN id(a) AS source, id(b) AS target' ) YIELD graphName, nodeCount, r...
I am getting this error when I run the first command in section 2. Please help CALL algo.list() ERROR Neo.ClientError.Procedure.ProcedureNotFound There is no procedure with the name algo.list registered for this database instance. Please ensure you'v...
Kudos from
Kudos given to