arangoml / fastgraphml

Given an input graph (ArangoDB or PyG) it generates graph embeddings using Low-Code framework built on top of PyG.
66 stars 7 forks source link

ArangoDB Graph name required #16

Open cw00dw0rd opened 1 year ago

cw00dw0rd commented 1 year ago

Currently you must supply an arangodb graph name but it does not have any effect Example:

model = SAGE(db,'product_graph', metagraph, embedding_size=64)

What is the purpose of this? Should we require graph name or possibly create graph definition if not existing?