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 bc95a86 commit 7feee43Copy full SHA for 7feee43
src/content/docs/vectorize/best-practices/create-indexes.mdx
@@ -11,7 +11,7 @@ Indexes are the "atom" of Vectorize. Vectors are inserted into an index and enab
11
12
Creating an index requires three inputs:
13
14
-- A name, for example `prod-search-index` or `recommendations-idx-dev`.
+- A kebab-cased name, such as `prod-search-index` or `recommendations-idx-dev`.
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
0 commit comments