You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mongodb-constants/src/stage-operators.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1195,7 +1195,7 @@ const STAGE_OPERATORS = [
1195
1195
apiVersions: [],
1196
1196
namespaces: [COLLECTION],
1197
1197
description:
1198
-
'Performs a kNN search on a vector in the specified field or fields. The field that you want to search must be covered by an Atlas Search index of type `vectorEmbedding`.',
1198
+
'Performs a kNN search on embeddings in the specified field(s)',
1199
1199
comment: `/**
1200
1200
* queryVector: Array of numbers of BSON types \`int\` or \`double\` that represent the query vector. The array size must match the number of vector dimensions specified in the index for the field. (Required)
0 commit comments