Skip to content

Commit 3c4df69

Browse files
committed
small fix
1 parent 953a13c commit 3c4df69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/vector-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You must define the following fields in your ``$vectorSearch`` stage:
8282
- Field that contains vector embeddings
8383

8484
* - ``queryVector``
85-
- ``BSON::Vector`` instance or array of numbers
85+
- ``BSON::Binary`` vector subtype, ``BSON::Vector``, or array of numbers
8686
- Vector representation of your query
8787

8888
* - ``limit``

0 commit comments

Comments
 (0)