Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gql] resolve event relationships under a point #901

Closed
Tracked by #815
mikeldking opened this issue Jun 29, 2023 · 0 comments · Fixed by #917
Closed
Tracked by #815

[gql] resolve event relationships under a point #901

mikeldking opened this issue Jun 29, 2023 · 0 comments · Fixed by #917
Assignees

Comments

@mikeldking
Copy link
Contributor

mikeldking commented Jun 29, 2023

Extend the UMAP points to resolve relationships

type UMAPPoints {
     ....
     relationships: [Relationship]
}

type Relationship {
     name: String! // something like retrieval
     connections: [RelationshipConnection]!
}

type RelationshipConnection {
    ids: [ID!, ID!]!
    similarity: number # Future way of creating a weighted graph based on a heuristic 
}
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Jun 29, 2023
@RogerHYang RogerHYang moved this from 📘 Todo to 🔍. Needs Review in phoenix Jul 12, 2023
@github-project-automation github-project-automation bot moved this from 🔍. Needs Review to ✅ Done in phoenix Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants