diff --git a/source/fundamentals/builders.txt b/source/fundamentals/builders.txt index 59ad31b8..445fe988 100644 --- a/source/fundamentals/builders.txt +++ b/source/fundamentals/builders.txt @@ -111,22 +111,20 @@ builders in the {+driver-short+}: Available Builders ------------------ -- :ref:`Aggregates ` for building aggregation - pipelines. +- :ref:`Aggregates `: 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 ` for building query filters. +- :ref:`Filters `: Build query filters -- :ref:`Indexes ` for creating index keys. +- :ref:`Indexes `: Build index keys -- :ref:`Projections ` for building projections. +- :ref:`Projections `: Build projections -- :ref:`Sorts ` for building sort criteria. +- :ref:`Sorts `: Build sort criteria -- :ref:`Updates ` for building updates. +- :ref:`Updates `: Build update documents The :ref:`kotlin-builders-data-classes` guide provides examples on how to use the preceding builders classes directly with data class diff --git a/source/fundamentals/builders/vector-search.txt b/source/fundamentals/builders/vector-search.txt index 12f85436..32b86c16 100644 --- a/source/fundamentals/builders/vector-search.txt +++ b/source/fundamentals/builders/vector-search.txt @@ -7,7 +7,7 @@ Atlas Vector Search .. facet:: :name: genre :values: reference - + .. meta:: :keywords: code example, semantic, nearest @@ -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 ` in the Atlas documentation.