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});
CAL...