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+}:
111111Available Builders
112112------------------
113113
114- - :ref:`Aggregates <aggregates-builders>` for building aggregation
115- pipelines.
114+ - :ref:`Aggregates <aggregates-builders>`: Build aggregation pipelines
116115
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
120118
121- - :ref:`Filters <filters-builders>` for building query filters.
119+ - :ref:`Filters <filters-builders>`: Build query filters
122120
123- - :ref:`Indexes <indexes-builders>` for creating index keys.
121+ - :ref:`Indexes <indexes-builders>`: Build index keys
124122
125- - :ref:`Projections <projections-builders>` for building projections.
123+ - :ref:`Projections <projections-builders>`: Build projections
126124
127- - :ref:`Sorts <sorts-builders>` for building sort criteria.
125+ - :ref:`Sorts <sorts-builders>`: Build sort criteria
128126
129- - :ref:`Updates <updates-builders>` for building updates.
127+ - :ref:`Updates <updates-builders>`: Build update documents
130128
131129The :ref:`kotlin-builders-data-classes` guide provides examples on
132130how 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
77.. facet::
88 :name: genre
99 :values: reference
10-
10+
1111.. meta::
1212 :keywords: code example, semantic, nearest
1313
@@ -41,7 +41,7 @@ Perform a Vector Search
4141
4242To use this feature, you must create a vector search index and index your
4343vector 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
4545Indexes guide. To learn more about vector embeddings, see
4646:atlas:`How to Index Vector Embeddings for Vector Search
4747</atlas-search/field-types/knn-vector/>` in the Atlas documentation.
You can’t perform that action at this time.
0 commit comments