Skip to content

Commit 68bc0b6

Browse files
committed
wip
1 parent 57844aa commit 68bc0b6

File tree

2 files changed

+22
-36
lines changed

2 files changed

+22
-36
lines changed

docs/fundamentals/atlas-search.txt

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,30 @@ Overview
2222

2323
In this guide, you can learn how to perform searches on your documents
2424
by using the Atlas Search feature. {+odm-long+} provides an API to
25-
perform Atlas Search queries directly with your models.
26-
27-
To learn more about Atlas Search, see the :atlas:`Overview
28-
</atlas-search/atlas-search-overview/>` in the
29-
Atlas documentation.
25+
perform Atlas Search queries directly with your models. This guide
26+
describes how to create Atlas Search indexes and provides examples of
27+
how to use the {+odm-short+} to perform searches.
3028

3129
.. note:: Deployment Compatibility
3230

3331
You can use the Atlas Search feature only when
3432
you connect to MongoDB Atlas clusters. This feature is not
3533
available for self-managed deployments.
3634

37-
This page describes how to create Atlas Search indexes and provides
38-
examples of how to use the {+odm-short+} to perform searches.
35+
To learn more about Atlas Search, see the :atlas:`Overview
36+
</atlas-search/atlas-search-overview/>` in the
37+
Atlas documentation. The Atlas 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.
3942

40-
.. note:: Aggregation Builder
43+
.. note::
4144

4245
You might not be able to use the methods described in
4346
this guide for every type of Atlas Search query.
4447
For more complex use cases, create an aggregation pipeline by using
4548
the :ref:`laravel-aggregation-builder`.
46-
47-
The Atlas 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 Vector Search
5349

5450
To perform searches on vector embeddings in MongoDB, you can use the
5551
{+odm-long+} Atlas Vector Search API. To learn about this feature, see

docs/fundamentals/vector-search.txt

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,45 +22,35 @@ Overview
2222

2323
In this guide, you can learn how to perform searches on your documents
2424
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.
3028

3129
.. note:: Deployment Compatibility
3230

3331
You can use the Atlas Vector Search feature only when
3432
you connect to MongoDB Atlas clusters. This feature is not
3533
available for self-managed deployments.
3634

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.
3942

40-
.. note:: Aggregation Builder
43+
.. note::
4144

4245
You might not be able to use the methods described in
4346
this guide for every type of Atlas Vector Search query.
4447
For more complex use cases, create an aggregation pipeline by using
4548
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
5349

5450
To perform advanced text on your documents, you can use the
5551
{+odm-long+} Atlas Search API. To learn about this feature, see
5652
the :ref:`laravel-atlas-search` guide.
5753

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-
6454
.. _laravel-avs-index:
6555

6656
Create an Atlas Vector Search Index

0 commit comments

Comments
 (0)