Skip to content

Commit 4d1916b

Browse files
committed
update whats new and indexes page
1 parent a7b706d commit 4d1916b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/fundamentals/indexes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ embeddings stored in Atlas. To learn more about Atlas
261261
Vector Search, see the :atlas:`Atlas Vector Search
262262
</atlas-vector-search/vector-search-overview/>` documentation.
263263

264-
.. Add when Go AVS guide is ready:
265-
.. To learn more about Atlas Vector Search, see the :ref:`golang-atlas-vector-search` guide.
264+
To learn more about how to run Atlas Vector Search queries, see the
265+
:ref:`golang-atlas-vector-search` guide.
266266

267267
The following sections contain code examples that demonstrate how to manage Atlas
268268
Search and Atlas Vector Search indexes.

source/whats-new.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ and fixes:
5151

5252
- Introduces the new `bson.Vector <{+api+}/bson#Vector>`__ type to make inserting and querying
5353
vector data by using :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
54-
easier and more efficient.
54+
easier and more efficient. For an example using the ``bson.Vector`` type, see
55+
the {+driver-short+}'s :ref:`Atlas Vector Search <golang-atlas-vector-search>` guide.
5556

5657
- Extends the `ServerError <{+api+}/mongo#ServerError>`__ interface to include
5758
``ErrorCodes``, which returns a list of deduplicated error codes returned by

0 commit comments

Comments
 (0)