Customize interface with my own knowledge graph, self-defined embeddings and query models
Opened this issue · 0 comments
zhaohan-xi commented
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,