Skip to content

Commit 550118f

Browse files
garvit-guptasejokerOxyjun
authored andcommitted
[Vectorize] Announcement for the anticipated blocking of legacy index creation (#17593)
* [Vectorize] Announcement for the anticipated blocking of legacy index creation * Update src/content/docs/vectorize/reference/transition-vectorize-legacy.mdx * Update src/content/partials/vectorize/vectorize-legacy.mdx * Update src/content/docs/vectorize/reference/transition-vectorize-legacy.mdx * Apply suggestions from code review --------- Co-authored-by: Yevgen Safronov <[email protected]> Co-authored-by: Jun Lee <[email protected]>
1 parent fb9c0b6 commit 550118f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/content/docs/vectorize/reference/transition-vectorize-legacy.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This document provides details around any transition steps that may be needed to
1717

1818
Legacy Vectorize (V1) indexes are on a deprecation path. Support for these indexes would be limited and their usage is not recommended for any production workloads.
1919

20+
Furthermore, you will no longer be able to create legacy Vectorize indexes by December 2024. Other operations will be unaffected and will remain functional.
21+
2022
Additionally, the new Vectorize (V2) indexes can operate at a significantly larger scale (with a capacity for multi-million vectors), and provide faster performance. Please review the [Limits](/vectorize/platform/limits/) page to understand the latest capabilities supported by Vectorize.
2123

2224
## Notable changes
@@ -41,7 +43,7 @@ Watch this space for the upcoming capability to migrate legacy (V1) indexes to t
4143

4244
:::
4345

44-
1. Wrangler now supports operations on the new version of Vectorize (V2) indexes by default. To use Wangler commands for legacy (V1) indexes, the `--deprecated-v1` flag must be enabled. Please note that this flag is only supported to create, get, list and delete indexes and to insert vectors.
46+
1. Wrangler now supports operations on the new version of Vectorize (V2) indexes by default. To use Wrangler commands for legacy (V1) indexes, the `--deprecated-v1` flag must be enabled. Please note that this flag is only supported to create, get, list and delete indexes and to insert vectors.
4547

4648
2. Refer to the [REST API](/api/operations/vectorize-create-vectorize-index) page for details on the routes and payload types for the new Vectorize (V2) indexes. For legacy (V1) index operations, refer to [Deprecated REST API](</api/operations/vectorize-(-deprecated)-create-vectorize-index>).
4749

src/content/partials/vectorize/vectorize-legacy.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Please use the `wrangler vectorize --deprecated-v1` flag to create, get, list, delete and insert vectors into legacy Vectorize V1 indexes.
88

9+
Please note that by December 2024, you will not be able to create legacy Vectorize indexes. Other operations will remain functional.
10+
911
Refer to the [legacy transition](/vectorize/reference/transition-vectorize-legacy) page for more details on transitioning away from legacy indexes.
1012

1113
:::

0 commit comments

Comments
 (0)