@@ -23,8 +23,7 @@ Overview
2323In this guide, you can learn how to perform searches on your documents
2424by using the Atlas Vector Search feature. The {+library-short+} allows you to
2525perform 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
78761. Create a ``Pipeline`` class instance to create the pipeline
7977
0 commit comments