Skip to content

Using pre-trained SimplE Wikidata5m model files #74

@kyteinsky

Description

@kyteinsky

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions