memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

Usage in node2vec procedures is not correct #718

Closed katarinasupe closed 3 weeks ago

katarinasupe commented 3 weeks ago

The node2vec procedures usage get_embeddings and set_embeddings is not correctly documented.

The code examples use node2vec_online and both examples are showcasing get_embeddings instead of get and set.