@@ -23,8 +23,7 @@ Overview
23
23
In this guide, you can learn how to perform searches on your documents
24
24
by using the Atlas Vector Search feature. The {+library-short+} allows you to
25
25
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>`.
28
27
29
28
.. note:: Deployment Compatibility
30
29
@@ -43,10 +42,9 @@ Atlas documentation.
43
42
44
43
.. note::
45
44
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
50
48
:ref:`php-aggregation` guide.
51
49
52
50
To perform advanced full-text search on your documents, you can use the
@@ -72,8 +70,8 @@ Search queries by using the Aggregation Builder:
72
70
use MongoDB\Builder\Query;
73
71
use MongoDB\Builder\Stage;
74
72
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:
77
75
78
76
1. Create a ``Pipeline`` class instance to create the pipeline
79
77
0 commit comments