@@ -22,45 +22,35 @@ Overview
22
22
23
23
In this guide, you can learn how to perform searches on your documents
24
24
by using the Atlas Vector Search feature. {+odm-long+} provides an API to
25
- perform Atlas Vector Search queries directly with your models.
26
-
27
- To learn more about Atlas Vector Search, see the :atlas:`Overview
28
- </atlas-vector-search/vector-search-overview/>` in the
29
- Atlas documentation.
25
+ perform Atlas Vector Search queries directly with your models. This guide
26
+ describes how to create Atlas Vector Search indexes and provides
27
+ examples of how to use the {+odm-short+} to perform searches.
30
28
31
29
.. note:: Deployment Compatibility
32
30
33
31
You can use the Atlas Vector Search feature only when
34
32
you connect to MongoDB Atlas clusters. This feature is not
35
33
available for self-managed deployments.
36
34
37
- This page describes how to create Atlas Vector Search indexes and provides
38
- examples of how to use the {+odm-short+} to perform searches.
35
+ To learn more about Atlas Vector Search, see the :atlas:`Overview
36
+ </atlas-vector-search/vector-search-overview/>` in the
37
+ Atlas documentation. The Atlas Vector Search API internally uses the
38
+ ``$search`` aggregation operator to perform queries. To learn more about
39
+ this operator, see the :atlas:`$search
40
+ </atlas-search/aggregation-stages/search/>` reference in the Atlas
41
+ documentation.
39
42
40
- .. note:: Aggregation Builder
43
+ .. note::
41
44
42
45
You might not be able to use the methods described in
43
46
this guide for every type of Atlas Vector Search query.
44
47
For more complex use cases, create an aggregation pipeline by using
45
48
the :ref:`laravel-aggregation-builder`.
46
-
47
- The Atlas Vector Search API internally uses the ``$search`` aggregation
48
- operator to perform queries. To learn more about this operator, see the
49
- :atlas:`$search </atlas-search/aggregation-stages/search/>` reference in
50
- the Atlas documentation.
51
-
52
- .. tip:: Atlas Search
53
49
54
50
To perform advanced text on your documents, you can use the
55
51
{+odm-long+} Atlas Search API. To learn about this feature, see
56
52
the :ref:`laravel-atlas-search` guide.
57
53
58
- The Atlas Vector Search API internally uses the ``$vectorSearch``
59
- aggregation operator to perform queries. To learn more about this
60
- operator, see the :atlas:`$vectorSearch
61
- </atlas-vector-search/vector-search-stage/#mongodb-pipeline-pipe.-vectorSearch>`
62
- reference in the Atlas documentation.
63
-
64
54
.. _laravel-avs-index:
65
55
66
56
Create an Atlas Vector Search Index
0 commit comments