File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Overview
22
22
23
23
You can manage your :atlas:`Atlas Search </atlas-search>` and
24
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
+ indexes by using {+driver-short+}. The indexes specify the behavior of
26
26
the search and which fields to index.
27
27
28
28
Atlas Search enables you to perform full-text searches on
@@ -85,7 +85,7 @@ to create multiple indexes. These indexes can be Atlas Search indexes or Atlas
85
85
Vector Search indexes. ``create_search_indexes()`` requires the ``SearchIndexModel``
86
86
object.
87
87
88
- The following code example shows how to create an Atlas Search index and Atlas
88
+ The following code example shows how to create an Atlas Search index and an Atlas
89
89
Vector Search index:
90
90
91
91
.. literalinclude:: /includes/indexes/indexes.py
You can’t perform that action at this time.
0 commit comments