cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Unable to call gds.alpha.node2vec.stream

Error - Neo.ClientError.Procedure.ProcedureNotFound

There is no procedure with the name gds.alpha.node2vec.stream registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

Lib Details -
Graph Data Science Library Version 1.6.4
DBMS Version 4.2.10

4 REPLIES 4

Hello @kushwah.raja1

If you use the version 1.6.4 of GDS, Node2Vec is in beta so the function is: gds.beta.node2vec.stream.

Regards,
Cobra

I have tried with gds.beta.node2vec.stream but still getting the same error.

There is a typo: you wrote gds.beta.node2vec.strea instead of gds.beta.node2vec.stream

Thanks it works by replacing parameter embeddingSize to embeddingDimension