We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a361948 commit 5a1146eCopy full SHA for 5a1146e
google/cloud/aiplatform/matching_engine/_protos/match_service.proto
@@ -68,6 +68,13 @@ message MatchRequest {
68
// embedding. Set this value may impact the query performance (e.g, increase
69
// query latency, etc).
70
bool embedding_enabled = 8;
71
+
72
+ // The embedding id.
73
+ // If embedding values (float_val) is set, will use embedding values do
74
+ // nearest neighbor search. If embedding values isn't set, will first uses
75
+ // embedding_id to lookup embedding values from dataset, if embedding exist in
76
+ // the dataset, do nearest neighbor search.
77
+ string embedding_id = 10 [(datapol.semantic_type) = ST_IDENTIFYING_ID];
78
}
79
80
// Embedding on query result.
0 commit comments