Hi. Neo4j browser will automatically pull all relationships connecting result nodes by default. To turn this behavior off go to settings and uncheck the "Connect result nodes" option. Hope that helps.
Hi, again. What version of GDS and Neo4j are you using? And how are you running/deploying Neo4j (server desktop, etc)?
Is this related to your other thread here? If you could provide a quick code snippet/example of what you are doing to produce thi...
Hi. did you create the database using gds.graph.export? Can you provide a quick code snippet/example of what you are doing to create the DB? Thank you.
@nsmith_piano answer is on point. You can refer to the documentation they linked for syntax and usage examples.
Another option, if you need even more scale, is using node embeddings + K-Nearest Neighbor (KNN). Here is an example with FastRP node em...