Collapse path doesn't support variable length paths at this time. As per the documentation - Starting from every node in the specified graph, these relationship types are traversed one after the other using the order specified in the configuration. O...
Adding custom models to exisiting pipelines in GDS is not yet supported. However, it is very easy to use gds python client and integrate GDS (graphy features) into custom ML pipelines built in Python.
Embedding vectors are normalized and order or ranking of similarity should be the same for both distance metrics. There may be a difference in the magnitude because of squared values but the order doesn't change. Embedding dimensions and the iteratio...