Skip to content

Commit 6ba4c47

Browse files
committed
chore: add voyage api key default
1 parent 8ff4eef commit 6ba4c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export const UserConfigSchema = z.object({
265265
),
266266
voyageApiKey: z
267267
.string()
268+
.default("")
268269
.optional()
269270
.describe(
270271
"API key for Voyage AI embeddings service (required for vector search operations with text-to-embedding conversion)."

0 commit comments

Comments
 (0)