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
Hi @anushka192001, the package itself doesn't have any custom reading capabilities; it assumes that the input graph is a Networkx or Stellargraph object, so you have to use the features from those libraries to read the data, see for example:
how to generate embeddings using your library if my input is in grapson(json) or graphml(xml) format?
The text was updated successfully, but these errors were encountered: