Skip to content

Commit 66f69ab

Browse files
Copy fixes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e77cf2e commit 66f69ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/read/aggregate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class AggregateTool extends MongoDBToolBase {
234234
if (filterFieldsNotIndexed.length) {
235235
throw new MongoDBError(
236236
ErrorCodes.AtlasVectorSearchInvalidQuery,
237-
`Vector search stage contains filter on fields are not indexed by index ${vectorSearchStage.index} - ${filterFieldsNotIndexed.join(", ")}`
237+
`Vector search stage contains filter on fields that are not indexed by index ${vectorSearchStage.index} - ${filterFieldsNotIndexed.join(", ")}`
238238
);
239239
}
240240
}

0 commit comments

Comments
 (0)