Skip to content

Commit 23810d5

Browse files
Update src/tools/mongodb/mongodbSchemas.ts
Co-authored-by: Copilot <[email protected]>
1 parent 7d00062 commit 23810d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/mongodbSchemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const zVoyageEmbeddingParameters = z.object({
1919

2020
export const zVoyageAPIParameters = zVoyageEmbeddingParameters
2121
.extend({
22-
// Unlike, public facing parameters, `zVoyageEmbeddingParameters`, the
22+
// Unlike public facing parameters, `zVoyageEmbeddingParameters`, the
2323
// api parameters need to be correct number and because we do an
2424
// additional parsing before calling the API, we override the
2525
// outputDimension schema to expect a union of numbers.

0 commit comments

Comments
 (0)