Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Customize interface with my own knowledge graph, self-defined embeddings and query models #163

@zhaohan-xi

Description

@zhaohan-xi

Hi Dear Developers,

Is it possible to use TypeDB to build a query interface but customize following features?

  • Upload my own KG, which is saved as <subject, predicate, object> triplets. I wonder how to specify the interface to use my own KG?
  • Specify the embedding approach. For instance, if I use TransE to train embeddings, how to let TypeDB train embeddings following TransE's method?
  • Specify the querying model. For instance, after we have a set of embeddings, every time a query comes in, the querying model will transfer a query into the same embedding format and find answers. Is TypeDB supporting customizing those querying models? (An example of the querying model is Query2Box).

Bests,

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