Question: Is it possible to integrate two embedding model?
**Background and Context**
Integrating two or more embedding models
**Description**
Hi, is it possible to ingrate two different embedding models? Let us say model1 = ScoringBasedEmbeddingModel(k=5, eta=1, scoring_type='TransE'), and model 2= ScoringBasedEmbeddingModel(k=5, eta=1, scoring_type='RotatE'). Is there a pipeline to combine these two models in Ampligraph?
关闭于 2024-09-13 1 条评论