File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -111,22 +111,20 @@ builders in the {+driver-short+}:
111
111
Available Builders
112
112
------------------
113
113
114
- - :ref:`Aggregates <aggregates-builders>` for building aggregation
115
- pipelines.
114
+ - :ref:`Aggregates <aggregates-builders>`: Build aggregation pipelines
116
115
117
- - :ref:`kotlin-atlas-vector-search` for using the
118
- ``Aggregates.vectorSearch()`` method to use the Atlas Vector
119
- Search feature.
116
+ - See the :ref:`kotlin-atlas-vector-search` to learn more about the
117
+ ``Aggregates.vectorSearch()`` method
120
118
121
- - :ref:`Filters <filters-builders>` for building query filters.
119
+ - :ref:`Filters <filters-builders>`: Build query filters
122
120
123
- - :ref:`Indexes <indexes-builders>` for creating index keys.
121
+ - :ref:`Indexes <indexes-builders>`: Build index keys
124
122
125
- - :ref:`Projections <projections-builders>` for building projections.
123
+ - :ref:`Projections <projections-builders>`: Build projections
126
124
127
- - :ref:`Sorts <sorts-builders>` for building sort criteria.
125
+ - :ref:`Sorts <sorts-builders>`: Build sort criteria
128
126
129
- - :ref:`Updates <updates-builders>` for building updates.
127
+ - :ref:`Updates <updates-builders>`: Build update documents
130
128
131
129
The :ref:`kotlin-builders-data-classes` guide provides examples on
132
130
how to use the preceding builders classes directly with data class
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Atlas Vector Search
7
7
.. facet::
8
8
:name: genre
9
9
:values: reference
10
-
10
+
11
11
.. meta::
12
12
:keywords: code example, semantic, nearest
13
13
@@ -41,7 +41,7 @@ Perform a Vector Search
41
41
42
42
To use this feature, you must create a vector search index and index your
43
43
vector embeddings. To learn about how to programmatically create a
44
- vector search index, see the :ref:`kotlin-search-indexes` section in the
44
+ vector search index, see the :ref:`kotlin-search-indexes` section of the
45
45
Indexes guide. To learn more about vector embeddings, see
46
46
:atlas:`How to Index Vector Embeddings for Vector Search
47
47
</atlas-search/field-types/knn-vector/>` in the Atlas documentation.
You can’t perform that action at this time.
0 commit comments