@@ -126,7 +126,7 @@ def _create(
126126 Index field can be also updated as part of the same call.
127127 The expected structure and format of the files this URI points to is
128128 described at
129- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
129+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
130130 config (matching_engine_index_config.MatchingEngineIndexConfig):
131131 Required. The configuration with regard to the algorithms used for efficient search.
132132 description (str):
@@ -327,7 +327,7 @@ def update_embeddings(
327327 Index field can be also updated as part of the same call.
328328 The expected structure and format of the files this URI points to is
329329 described at
330- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
330+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
331331 is_complete_overwrite (bool):
332332 Optional. If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
333333 then existing content of the Index will be replaced by the data from the contentsDeltaUri.
@@ -441,7 +441,7 @@ def create_tree_ah_index(
441441 Index field can be also updated as part of the same call.
442442 The expected structure and format of the files this URI points to is
443443 described at
444- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
444+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
445445 dimensions (int):
446446 Required. The number of dimensions of the input vectors.
447447 approximate_neighbors_count (int):
@@ -580,7 +580,7 @@ def create_brute_force_index(
580580 Index field can be also updated as part of the same call.
581581 The expected structure and format of the files this URI points to is
582582 described at
583- https://docs .google.com/document/d/12DLVB6Nq6rdv8grxfBsPhUA283KWrQ9ZenPBp0zUC30
583+ https://cloud .google.com/vertex-ai/docs/vector-search/setup/format-structure
584584 dimensions (int):
585585 Required. The number of dimensions of the input vectors.
586586 distance_measure_type (matching_engine_index_config.DistanceMeasureType):
0 commit comments