Skip to content

Commit c5d7feb

Browse files
authored
fix(constants): vectorEmbedding index types are apparently not a thing COMPASS-9574 (#564)
vectorEmbedding index types are apparently not a thing
1 parent c9d16fc commit c5d7feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-constants/src/stage-operators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ const STAGE_OPERATORS = [
11951195
apiVersions: [],
11961196
namespaces: [COLLECTION],
11971197
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)',
11991199
comment: `/**
12001200
* 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)
12011201
* path: The field to search. (Required)

0 commit comments

Comments
 (0)