Skip to content

DOCSP-48250 #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions source/fundamentals/builders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,20 @@ builders in the {+driver-short+}:
Available Builders
------------------

- :ref:`Aggregates <aggregates-builders>` for building aggregation
pipelines.
- :ref:`Aggregates <aggregates-builders>`: Build aggregation pipelines

- :ref:`kotlin-atlas-vector-search` for using the
``Aggregates.vectorSearch()`` method to use the Atlas Vector
Search feature.
- See the :ref:`kotlin-atlas-vector-search` to learn more about the
``Aggregates.vectorSearch()`` method

- :ref:`Filters <filters-builders>` for building query filters.
- :ref:`Filters <filters-builders>`: Build query filters

- :ref:`Indexes <indexes-builders>` for creating index keys.
- :ref:`Indexes <indexes-builders>`: Build index keys

- :ref:`Projections <projections-builders>` for building projections.
- :ref:`Projections <projections-builders>`: Build projections

- :ref:`Sorts <sorts-builders>` for building sort criteria.
- :ref:`Sorts <sorts-builders>`: Build sort criteria

- :ref:`Updates <updates-builders>` for building updates.
- :ref:`Updates <updates-builders>`: Build update documents

The :ref:`kotlin-builders-data-classes` guide provides examples on
how to use the preceding builders classes directly with data class
Expand Down
4 changes: 2 additions & 2 deletions source/fundamentals/builders/vector-search.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Atlas Vector Search
.. facet::
:name: genre
:values: reference

.. meta::
:keywords: code example, semantic, nearest

Expand Down Expand Up @@ -41,7 +41,7 @@ Perform a Vector Search

To use this feature, you must create a vector search index and index your
vector embeddings. To learn about how to programmatically create a
vector search index, see the :ref:`kotlin-search-indexes` section in the
vector search index, see the :ref:`kotlin-search-indexes` section of the
Indexes guide. To learn more about vector embeddings, see
:atlas:`How to Index Vector Embeddings for Vector Search
</atlas-search/field-types/knn-vector/>` in the Atlas documentation.
Expand Down
Loading