You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm too blind to see it, but is there a straightforward way to create embeddings for all entities in a graph? The entities argument in fit_transform is mandatory, and the _entities field in KG seems not to give me access to URIs of entities that have a label...
The text was updated successfully, but these errors were encountered:
The name seems to contain the rdfs:label if there's any, and the URI only in case there's no label. An additional uri field in Vertex would already help doing the trick.
Maybe I'm too blind to see it, but is there a straightforward way to create embeddings for all entities in a graph? The entities argument in fit_transform is mandatory, and the _entities field in KG seems not to give me access to URIs of entities that have a label...
The text was updated successfully, but these errors were encountered: