We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77cf2e commit 66f69abCopy full SHA for 66f69ab
src/tools/mongodb/read/aggregate.ts
@@ -234,7 +234,7 @@ export class AggregateTool extends MongoDBToolBase {
234
if (filterFieldsNotIndexed.length) {
235
throw new MongoDBError(
236
ErrorCodes.AtlasVectorSearchInvalidQuery,
237
- `Vector search stage contains filter on fields are not indexed by index ${vectorSearchStage.index} - ${filterFieldsNotIndexed.join(", ")}`
+ `Vector search stage contains filter on fields that are not indexed by index ${vectorSearchStage.index} - ${filterFieldsNotIndexed.join(", ")}`
238
);
239
}
240
0 commit comments