Skip to content

Commit 8203326

Browse files
committed
checkpoint
1 parent a3ac35e commit 8203326

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

source/indexes/atlas-search-index.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _pymongo-atlas-search-index:
22

3-
====================
4-
Atlas Search Indexes
5-
====================
3+
======================================
4+
Atlas Search and Vector Search Indexes
5+
======================================
66

77
.. contents:: On this page
88
:local:
@@ -20,13 +20,20 @@ Atlas Search Indexes
2020
Overview
2121
--------
2222

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
2526
the search and which fields to index.
2627

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.
3037

3138
You can call the following methods on a collection to manage your Atlas Search
3239
indexes:

0 commit comments

Comments
 (0)