Skip to content

Commit 356e2e0

Browse files
committed
[Vectorize] Mention index name reuse limit is being worked on
1 parent c559b4f commit 356e2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/vectorize/best-practices/create-indexes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creating an index requires three inputs:
1515
- The (fixed) [dimension size](#dimensions) of each vector, for example 384 or 1536.
1616
- The (fixed) [distance metric](#distance-metrics) to use for calculating vector similarity.
1717

18-
An index cannot be created using the same name as an index previously deleted on your account.
18+
An index cannot be created using the same name as an index previously deleted on your account. We are in the process of addressing this limitation.
1919

2020
The configuration of an index cannot be changed after creation.
2121

0 commit comments

Comments
 (0)