link_grouped_embeddings
Create network links calculating the similarity of embeddings (vectors) within groups.
Creates network links only if the row’s embeddings belong to the same group.
E.g., text embeddings calculated for different languages are not necessarily compatible (even if they have the same dimension). Use this step if embeddings in different groups cannot be compared directly.
Was this page helpful?