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
Atlas Vector Search enables you to perform semantic searches on vector
222
+
embeddings stored in MongoDB Atlas. To learn more about Atlas Vector Search, see the
223
+
:ref:`java-atlas-vector-search` section in the Aggregates Builder guide.
219
224
220
-
You can call the following methods on a collection to manage your Atlas Search
221
-
indexes:
225
+
You can call the following methods on a collection to manage your Atlas
226
+
Search and Vector Search indexes:
222
227
223
228
- ``createSearchIndex()``
224
229
- ``createSearchIndexes()``
@@ -242,17 +247,18 @@ Create a Search Index
242
247
You can use the `createSearchIndex() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#createSearchIndex(org.bson.conversions.Bson)>`__
0 commit comments