Skip to content

Commit f40d721

Browse files
azevaykinanton-bobkovblinkov
authored
Docs: explanation about vector index update (#20587)
Co-authored-by: anton-bobkov <anton-bobkov@ydb.tech> Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
1 parent 30a00c5 commit f40d721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ydb/docs/en/core/_includes/vector_index_limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The functionality of vector indexes is available in the test mode in main. This
44

55
The following features are not supported:
66

7-
* modifying rows in tables with vector indexes
8-
* building an index for vectors with [bit quantization](../yql/reference/udf/list/knn.md#functions-convert)
7+
* Index update: the main table can be modified, but the existing index will not be updated. A new index is to be built to reflect the changes. If necessary, the existing index can be [atomically replaced](../reference/ydb-cli/commands/secondary_index.md?version=main#rename) with the newly built one.
8+
* Building an index for vectors with [bit quantization](../yql/reference/udf/list/knn.md#functions-convert).
99

1010
These limitations may be removed in future versions.
1111

ydb/docs/ru/core/_includes/vector_index_limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
В настоящее время не поддерживается:
66

7-
* изменение строк в таблицах с векторными индексами;
8-
* построение индекса для векторов c [битовым квантованием](../yql/reference/udf/list/knn.md#functions-convert).
7+
* Обновление индекса: модифицировать основную таблицу можно, но существующий индекс не обновится. Нужно построить новый индекс, чтобы учесть изменения. При необходимости, можно [атомарно заменить](../reference/ydb-cli/commands/secondary_index.md?version=main#rename) существующий индекс на вновь построенный.
8+
* Построение индекса для векторов c [битовым квантованием](../yql/reference/udf/list/knn.md#functions-convert).
99

1010
Эти ограничения могут быть устранены в будущих версиях.
1111

0 commit comments

Comments
 (0)