Skip to content

Commit d2010be

Browse files
DOCSP-41463 Compass Atlas Vector Search Index updates (#651)
* DOCSP-41463 update numDimensions * DOCSP-41463 kanchana feedback * DOCSP-41463 kanchana feedback * DOCSP-41463 nit fix
1 parent 463c84a commit d2010be

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/indexes/create-vector-search-index.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,21 @@ Steps
6464
- Type
6565
- Description
6666

67+
* - ``type``
68+
- string
69+
- Human-readable label that identifies the type of index. The value must
70+
be ``vector`` to perform a vector search against the indexed fields. If
71+
omitted, it defaults to ``search``, which only supports full-text search.
72+
6773
* - ``path``
6874
- string
6975
- The field name to index.
7076

7177
* - ``numDimensions``
7278
- int
7379
- The number of vector dimensions, which Atlas Search enforces at index- and
74-
query-time. This value can't be greater than 2048.
75-
80+
query-time. This value can't be greater than 4096.
81+
7682
* - ``similarity``
7783
- string
7884
- The vector similarity function used to search for the top K-nearest neighbors.

0 commit comments

Comments
 (0)