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 8c796ed commit fa465f8Copy full SHA for fa465f8
tests/integration/tools/mongodb/read/aggregate.test.ts
@@ -398,7 +398,7 @@ describeWithMongoDB(
398
for (const [dataType, embedding] of Object.entries(DOCUMENT_EMBEDDINGS)) {
399
for (const similarity of ["euclidean", "cosine", "dotProduct"]) {
400
describe.skipIf(!process.env.TEST_MDB_MCP_VOYAGE_API_KEY)(
401
- `querying with dataType ${dataType} and similary ${similarity}`,
+ `querying with dataType ${dataType} and similarity ${similarity}`,
402
() => {
403
it(`should be able to return elements from within a vector search query with data type ${dataType}`, async () => {
404
await waitUntilSearchIsReady(integration.mongoClient());
0 commit comments