Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
on 07-23-2021 08:44 AM
Hi,
I am trying to run these queries in cypher shell. I want to embed a graph with gds and want to save the results with apoc. I want to combine them to one query, can you help?
CALL gds.alpha.node2vec.stream('graph3', {embeddingDimension: 128});
CALL apoc.export.json.query("Result of the above query","name of the result file.json");
Thanks in advance,
Hi
But why do you want to combine the 2 queries. I mean what is the purpose when you can execute them separately.
Thanking you
Sameer