-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
At the moment we compactly store a compressed sparse row graph - we do not store any global graph, or node, or edge properties with it. The thinking was we want to get an MVP out asap and we don't know yet how an interface for these properties should look like and if we should even store properties in the graph format at all.
Use cases for properties include e.g. graph embeddings, node embeddings, edge embeddings, where we need to store fixed size tensors per graph, node, or edge, respectively.
Two tasks here
- decide if we should store properties with the graph, and which ones (e.g. only int/float tensors?)
- come up with an interface for it and how we store these properties
Metadata
Metadata
Assignees
Labels
No labels