Skip to content

Commit 6a78cfe

Browse files
chore: fix tests
1 parent a245249 commit 6a78cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/search/vectorSearchEmbeddingsManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ describe("VectorSearchEmbeddingsManager", () => {
543543
collection: "mycoll",
544544
path: "embedding_field",
545545
rawValues: ["oops"],
546-
embeddingParameters: { model: "voyage-3-large", outputDimension: 1024, outputDtype: "float" } as const,
546+
embeddingParameters: { model: "voyage-3-large", outputDimension: "1024", outputDtype: "float" } as const,
547547
inputType: "query" as const,
548548
};
549549

0 commit comments

Comments
 (0)