You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,8 +133,8 @@ sample documents with a ``title`` field:
133
133
134
134
.. important::
135
135
136
-
If you use the ``documents()`` method to provide the input to an aggregation pipeline,
137
-
you must call the ``aggregate()`` method on a database instead of on a
136
+
If you use the ``documents()`` method to provide the input to an aggregation pipeline,
137
+
you must call the ``aggregate()`` method on a database instead of on a
138
138
collection.
139
139
140
140
@@ -975,3 +975,40 @@ aggregation stage:
975
975
Learn more about this helper from the
976
976
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
977
977
978
+
Atlas Vector Search
979
+
-------------------
980
+
981
+
.. important::
982
+
983
+
To learn what versions of MongoDB Atlas support this feature, see
`vectorSearch() <{+api+}//apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#vectorSearch(com.mongodb.client.model.search.FieldSearchPath,java.lang.Iterable,java.lang.String,long,long)>`__ API documentation.
0 commit comments