Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jan 16, 2025
1 parent 8d58a64 commit 6604f8b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions source/fundamentals/builders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,19 @@ Using Builders
Available Builders
------------------

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

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

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

- :ref:`Indexes <indexes-builders>` for creating index keys.
- :ref:`Projections <projections-builders>` for building projections.

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

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

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

0 comments on commit 6604f8b

Please sign in to comment.