Skip to content

Commit

Permalink
docs: fix documentation for obsolete link to GCS formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582368387
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Nov 14, 2023
1 parent bca42e8 commit 95184de
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _create(
Index field can be also updated as part of the same call.
The expected structure and format of the files this URI points to is
described at
https://docs.google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
config (matching_engine_index_config.MatchingEngineIndexConfig):
Required. The configuration with regard to the algorithms used for efficient search.
description (str):
Expand Down Expand Up @@ -327,7 +327,7 @@ def update_embeddings(
Index field can be also updated as part of the same call.
The expected structure and format of the files this URI points to is
described at
https://docs.google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
is_complete_overwrite (bool):
Optional. If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
then existing content of the Index will be replaced by the data from the contentsDeltaUri.
Expand Down Expand Up @@ -441,7 +441,7 @@ def create_tree_ah_index(
Index field can be also updated as part of the same call.
The expected structure and format of the files this URI points to is
described at
https://docs.google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
dimensions (int):
Required. The number of dimensions of the input vectors.
approximate_neighbors_count (int):
Expand Down Expand Up @@ -580,7 +580,7 @@ def create_brute_force_index(
Index field can be also updated as part of the same call.
The expected structure and format of the files this URI points to is
described at
https://docs.google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
https://cloud.google.com/vertex-ai/docs/vector-search/setup/format-structure
dimensions (int):
Required. The number of dimensions of the input vectors.
distance_measure_type (matching_engine_index_config.DistanceMeasureType):
Expand Down

0 comments on commit 95184de

Please sign in to comment.