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 bfabc79 commit a7d901fCopy full SHA for a7d901f
source/reference/operator/aggregation/vectorSearch.txt
@@ -6,7 +6,7 @@ $vectorSearch (aggregation)
6
7
``$vectorSearch`` performs a semantic search on data in your Atlas
8
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
+4096 dimensions in width for any kind of data along with other data in
10
your collection on the Atlas cluster, you can seamlessly index the
11
vector data along with your other data. You can then use the
12
:pipeline:`$vectorSearch` stage to pre-filter your data and perform
0 commit comments