1
1
.. _pymongo-atlas-search-index:
2
2
3
- ====================
4
- Atlas Search Indexes
5
- ====================
3
+ ======================================
4
+ Atlas Search and Vector Search Indexes
5
+ ======================================
6
6
7
7
.. contents:: On this page
8
8
:local:
@@ -20,13 +20,20 @@ Atlas Search Indexes
20
20
Overview
21
21
--------
22
22
23
- The Atlas Search feature enables you to perform full-text searches on
24
- collections hosted on MongoDB Atlas. The indexes specify the behavior of
23
+ You can manage your :atlas:`Atlas Search </atlas-search>` and
24
+ :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
25
+ indexes by using the {+driver-short+}. The indexes specify the behavior of
25
26
the search and which fields to index.
26
27
27
- To learn more about MongoDB Atlas Search, see the
28
- :atlas:`Atlas Search Indexes </atlas-search/atlas-search-overview/>`
29
- documentation.
28
+ Atlas Search enables you to perform full-text searches on
29
+ collections hosted on MongoDB Atlas. Atlas Search indexes specify the behavior of
30
+ the search and which fields to index.
31
+
32
+ Atlas Vector Search enables you to perform semantic searches on vector
33
+ embeddings stored in MongoDB Atlas. Vector Search indexes define the
34
+ indexes for the vector embeddings that you want to query and the boolean,
35
+ date, objectId, numeric, string, or UUID values that you want to use to
36
+ pre-filter your data.
30
37
31
38
You can call the following methods on a collection to manage your Atlas Search
32
39
indexes:
0 commit comments