Skip to content
This repository has been 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

Open
zhaohan-xi opened this issue Sep 18, 2022 · 0 comments

Comments

@zhaohan-xi
Copy link

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,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant