You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
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,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Dear Developers,
Is it possible to use TypeDB to build a query interface but customize following features?
Bests,
The text was updated successfully, but these errors were encountered: