Hello,
I just saw the docs and github pages but I couldn't find how to get all connected nodes in the knowledge graph for one particular node.
I am new to this arena and GraphVite, so can you explain the difference between model and app?
Like this model object
with open("simple_wikidata5m.pkl", "rb") as fin:
model = pickle.load(fin)
and the app object in the Colab tutorial provided.
And lastly how to get all nodes connected to a particular entity in the graph from the model object.
Thanks!!