Skip to content

Commit b5cf9e2

Browse files
authored
25-2 Docs: Remove version 25.1 remark about vector index (#25665)
2 parents 8a442eb + 8b175cc commit b5cf9e2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% note alert %}
22

3-
The functionality of vector indexes is available in the test mode in main. This functionality will be fully available in version 25.1.
4-
53
The following features are not supported:
64

75
* 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.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{% note alert %}
22

3-
Фукциональность векторных индексов доступна, начиная с версии `25.1.2`.
4-
Для включения векторных индексов необходимо установить значение feature flag `enable_vector_index` в `true`.
5-
63
В настоящее время не поддерживается:
74

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

0 commit comments

Comments
 (0)