I am trying to use node2vec in Neo4j Desktop. My DB is v. 4.4.4. I have installed Graph Data Science Library (1.8.5) from the plugins tab. But when I try to use "CALL gds.beta.node2vec.stream" I get
There is no procedure with the name
gds.beta.node2vec.stream
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
Any ideas?