Skip to content

Commit

Permalink
Fix required parameters for name of index in Vector Collections (#1474)
Browse files Browse the repository at this point in the history
Current documentation is incorrect since index name is required for
multi-index vector collections.
  • Loading branch information
olukas authored Jan 16, 2025
1 parent 458ebeb commit b9ef0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/data-structures/pages/vector-collections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ See the <<split-brain-protection>> section.
|name
|The name of the vector index.
Can include letters, numbers, and the symbols `-` and `_`.
|Required for single-index vector collections. Optional for multi-index collection
|Required for multi-index vector collections. Optional for single-index collection
|`NULL`

|dimension
Expand Down

0 comments on commit b9ef0a8

Please sign in to comment.