Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-16-2020 07:56 AM
Hi guys, I have some problems with subgraphs...
I have this db:
I want to check the similarity of a specify person p1 with all the person that he follows, ex:
MATCH (p:Person {name: "Matteo Bardi"})
CALL apoc.path.subgraphNodes(p, {
relationshipFilter: "FOLLOWS>",
minLevel: 0,
maxLevel: 1
})
YIELD node
RETURN node
the image is this one:
How can I use Node Similarity in this subgraph??
All the sessions of the conference are now available online