File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ embeddings stored in Atlas. To learn more about Atlas
261
261
Vector Search, see the :atlas:`Atlas Vector Search
262
262
</atlas-vector-search/vector-search-overview/>` documentation.
263
263
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.
266
266
267
267
The following sections contain code examples that demonstrate how to manage Atlas
268
268
Search and Atlas Vector Search indexes.
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ and fixes:
51
51
52
52
- Introduces the new `bson.Vector <{+api+}/bson#Vector>`__ type to make inserting and querying
53
53
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.
55
56
56
57
- Extends the `ServerError <{+api+}/mongo#ServerError>`__ interface to include
57
58
``ErrorCodes``, which returns a list of deduplicated error codes returned by
You can’t perform that action at this time.
0 commit comments