Skip to content

Commit 3a15fbd

Browse files
committed
RM PR fixes 1
1 parent a967927 commit 3a15fbd

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

source/aggregation/atlas-search.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Overview
2323
In this guide, you can learn how to perform searches on your documents
2424
by using the Atlas Search feature. The {+library-short+} allows you to
2525
perform Atlas Search queries by using the :ref:`Aggregation Builder API
26-
<TODO DOCSP-43919>`. This guide provides examples of how to use the
27-
{+library-short+} to perform searches.
26+
<TODO DOCSP-43919>`.
2827

2928
.. note:: Deployment Compatibility
3029

@@ -42,10 +41,9 @@ the Atlas documentation.
4241

4342
.. note::
4443

45-
You might not be able to use the methods described in
46-
this guide for every type of Atlas Search query. For more complex use
47-
cases, you can follow the standard way to create aggregation
48-
pipelines in the {+library-short+}. To learn more, see the
44+
You might not be able to use the methods described in this guide for
45+
every type of Atlas Search query. For more complex use cases, you can
46+
create standard aggregation pipelines. To learn more, see the
4947
:ref:`php-aggregation` guide.
5048

5149
To perform searches on vector embeddings in MongoDB, you can use the
@@ -71,8 +69,8 @@ Search queries by using the Aggregation Builder:
7169
use MongoDB\Builder\Search;
7270
use MongoDB\Builder\Stage;
7371

74-
To create a ``$search`` stage in your aggregation pipeline, you must
75-
perform the following actions:
72+
To create a ``$search`` stage in your aggregation pipeline, perform the
73+
following actions:
7674

7775
1. Create a ``Pipeline`` class instance to create the pipeline
7876

source/aggregation/vector-search.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Overview
2323
In this guide, you can learn how to perform searches on your documents
2424
by using the Atlas Vector Search feature. The {+library-short+} allows you to
2525
perform Atlas Vector Search queries by using the :ref:`Aggregation Builder API
26-
<TODO DOCSP-43919>`. This guide provides examples of how to use the
27-
{+library-short+} to perform Atlas Vector Search queries.
26+
<TODO DOCSP-43919>`.
2827

2928
.. note:: Deployment Compatibility
3029

@@ -43,10 +42,9 @@ Atlas documentation.
4342

4443
.. note::
4544

46-
You might not be able to use the methods described in
47-
this guide for every type of Atlas Search query. For more complex use
48-
cases, you can follow the standard way to create aggregation
49-
pipelines in the {+library-short+}. To learn more, see the
45+
You might not be able to use the methods described in this guide for
46+
every type of Atlas Vector Search query. For more complex use cases, you can
47+
create standard aggregation pipelines. To learn more, see the
5048
:ref:`php-aggregation` guide.
5149

5250
To perform advanced full-text search on your documents, you can use the
@@ -72,8 +70,8 @@ Search queries by using the Aggregation Builder:
7270
use MongoDB\Builder\Query;
7371
use MongoDB\Builder\Stage;
7472

75-
To create a ``$search`` stage in your aggregation pipeline, you must
76-
perform the following actions:
73+
To create a ``$vectorSearch`` stage in your aggregation pipeline, perform the
74+
following actions:
7775

7876
1. Create a ``Pipeline`` class instance to create the pipeline
7977

0 commit comments

Comments
 (0)