Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-23-2022 01:03 AM
During the training Introduction to Neo4j Graph Data Science
and for the specific lessor https://graphacademy.neo4j.com/courses/gds-product-introduction/2-graph-management/4-cypher-projecti... getting error as "There is no procedure with the name `gds.alpha.collapsePath.mutate` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed."
On executing the following in the sandbox I am getting the error
````CALL gds.alpha.collapsePath.mutate('proj-native',{
relationshipTypes: ['ACTED_IN', 'HAS_ACTOR'],
allowSelfLoops: false,
mutateRelationshipType: 'ACTED_WITH'
});
10-23-2022 11:46 AM
Change alpha to beta. You will, however, run into a new issue when you execute the next snip of code. This I have not figured out yet.
All the sessions of the conference are now available online