@@ -126,7 +126,7 @@ def _create(
126
126
Index field can be also updated as part of the same call.
127
127
The expected structure and format of the files this URI points to is
128
128
described at
129
- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
129
+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
130
130
config (matching_engine_index_config.MatchingEngineIndexConfig):
131
131
Required. The configuration with regard to the algorithms used for efficient search.
132
132
description (str):
@@ -327,7 +327,7 @@ def update_embeddings(
327
327
Index field can be also updated as part of the same call.
328
328
The expected structure and format of the files this URI points to is
329
329
described at
330
- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
330
+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
331
331
is_complete_overwrite (bool):
332
332
Optional. If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
333
333
then existing content of the Index will be replaced by the data from the contentsDeltaUri.
@@ -441,7 +441,7 @@ def create_tree_ah_index(
441
441
Index field can be also updated as part of the same call.
442
442
The expected structure and format of the files this URI points to is
443
443
described at
444
- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
444
+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
445
445
dimensions (int):
446
446
Required. The number of dimensions of the input vectors.
447
447
approximate_neighbors_count (int):
@@ -580,7 +580,7 @@ def create_brute_force_index(
580
580
Index field can be also updated as part of the same call.
581
581
The expected structure and format of the files this URI points to is
582
582
described at
583
- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
583
+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
584
584
dimensions (int):
585
585
Required. The number of dimensions of the input vectors.
586
586
distance_measure_type (matching_engine_index_config.DistanceMeasureType):
0 commit comments