We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c559b4f commit 356e2e0Copy full SHA for 356e2e0
src/content/docs/vectorize/best-practices/create-indexes.mdx
@@ -15,7 +15,7 @@ Creating an index requires three inputs:
15
- The (fixed) [dimension size](#dimensions) of each vector, for example 384 or 1536.
16
- The (fixed) [distance metric](#distance-metrics) to use for calculating vector similarity.
17
18
-An index cannot be created using the same name as an index previously deleted on your account.
+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.
19
20
The configuration of an index cannot be changed after creation.
21
0 commit comments