Skip to content

Commit

Permalink
feat: remove google internal annotation when export to github.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525198200
  • Loading branch information
vertex-sdk-bot authored and Copybara-Service committed Apr 18, 2023
1 parent b289fcf commit fd5ff99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ message MatchRequest {
// nearest neighbor search. If embedding values isn't set, will first uses
// embedding_id to lookup embedding values from dataset, if embedding exist in
// the dataset, do nearest neighbor search.
string embedding_id = 10 [(datapol.semantic_type) = ST_IDENTIFYING_ID];
string embedding_id = 10;
}

// Embedding on query result.
Expand Down

0 comments on commit fd5ff99

Please sign in to comment.