Skip to content

Commit a7d901f

Browse files
DOCSP-37207 increase number of dimensions to 4096 (#6579)
1 parent bfabc79 commit a7d901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/vectorSearch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $vectorSearch (aggregation)
66

77
``$vectorSearch`` performs a semantic search on data in your Atlas
88
cluster. If you store vector embeddings that are less than or equal to
9-
2048 dimensions in width for any kind of data along with other data in
9+
4096 dimensions in width for any kind of data along with other data in
1010
your collection on the Atlas cluster, you can seamlessly index the
1111
vector data along with your other data. You can then use the
1212
:pipeline:`$vectorSearch` stage to pre-filter your data and perform

0 commit comments

Comments
 (0)