Created
October 3, 2022 06:49
-
-
Save maropu/b273f1883e96f4b3aa1f3fae91cc0822 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Complex Embeddings for Simple Link Prediction, https://arxiv.org/abs/1606.06357 | |
- Vertex AI Matching Engine: https://cloud.google.com/vertex-ai/docs/matching-engine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の[a_0, a_1, a_d-1, b_0, b_1, b_d-1](右側のベクトル)をVertex AI Matching Engineで索引化、headのentityの入力(左側のベクトル)に対して近傍のベクトルを索引経由でtop-Kのentityを取得(注意: 索引するベクトルの次元が2倍になるため、それに応じて索引サイズが増大)