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
typeUMAPPoints {
....
relationships: [Relationship]
}
typeRelationship {
name: String! // somethinglikeretrievalconnections: [RelationshipConnection]!
}
typeRelationshipConnection {
ids: [ID!, ID!]!similarity: number # Future way of creating a weighted graph based on a heuristic
}
The text was updated successfully, but these errors were encountered:
Extend the UMAP points to resolve relationships
The text was updated successfully, but these errors were encountered: