File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ perform Atlas Search queries by using the :ref:`Aggregation Builder API
31
31
you connect to MongoDB Atlas clusters. This feature is not
32
32
available for self-managed deployments.
33
33
34
- To learn more about Atlas Search, see the :atlas:`Overview
35
- </atlas-search/atlas-search-overview/>` in the
36
- Atlas documentation. The Atlas Search implementation for the
37
- {+library-short+} internally uses the ``$search`` aggregation operator
34
+ To learn more about Atlas Search, see the :atlas:`Atlas Search Overview
35
+ </atlas-search/atlas-search-overview/>`. The Atlas Search implementation
36
+ for the {+library-short+} internally uses the ``$search`` aggregation operator
38
37
to perform queries. To learn more about this operator, see the
39
38
:atlas:`$search </atlas-search/aggregation-stages/search/>` reference in
40
39
the Atlas documentation.
Original file line number Diff line number Diff line change @@ -31,12 +31,11 @@ perform Atlas Vector Search queries by using the :ref:`Aggregation Builder API
31
31
you connect to MongoDB Atlas clusters. This feature is not
32
32
available for self-managed deployments.
33
33
34
- To learn more about Atlas Vector Search, see the :atlas:`Overview
35
- </atlas-vector-search/vector-search-overview/>` in the
36
- Atlas documentation. The Atlas Vector Search implementation for the
37
- {+library-short+} internally uses the ``$vectorSearch`` aggregation operator
38
- to perform queries. To learn more about this operator, see the
39
- :atlas:`$vectorSearch
34
+ To learn more about Atlas Vector Search, see the :atlas:`Atlas Vector
35
+ Search Overview </atlas-vector-search/vector-search-overview/>`. The
36
+ Atlas Vector Search implementation for the {+library-short+} internally
37
+ uses the ``$vectorSearch`` aggregation operator to perform queries. To
38
+ learn more about this operator, see the :atlas:`$vectorSearch
40
39
</atlas-vector-search/vector-search-stage/#syntax>` reference in the
41
40
Atlas documentation.
42
41
You can’t perform that action at this time.
0 commit comments