Content-Length: 265555 | pFad | https://github.com/googleapis/python-aiplatform/commit/5a1146e02ec9c021d3a2b064d30078f4e985591a
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
Fetched URL: https://github.com/googleapis/python-aiplatform/commit/5a1146e02ec9c021d3a2b064d30078f4e985591a
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments