Skip to content

Commit 7feee43

Browse files
authored
Vectorize: Make index naming requirement explicit (#22335)
1 parent bc95a86 commit 7feee43

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
@@ -11,7 +11,7 @@ Indexes are the "atom" of Vectorize. Vectors are inserted into an index and enab
1111

1212
Creating an index requires three inputs:
1313

14-
- A name, for example `prod-search-index` or `recommendations-idx-dev`.
14+
- A kebab-cased name, such as `prod-search-index` or `recommendations-idx-dev`.
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

0 commit comments

Comments
 (0)