Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-07-2023 12:33 PM
at this toturial: https://graphacademy.neo4j.com/courses/gds-product-introduction/2-graph-management/1-graph-catalog/
`CALL gds.graph.project('my-graph-projection', ['Actor','Movie'], 'ACTED_IN')
should be:
CALL gds.graph.project('my-graph-projection', ['Person','Movie'], 'ACTED_IN')
Replace 'Actor' with 'Person'
02-07-2023 02:55 PM
The graph projection is from Actor nodes to Movie nodes. Why use Person here?
02-08-2023 04:11 AM
Specifying Actor labels is also more efficient than specifying Person labels.
All the sessions of the conference are now available online