Skip to content

Commit a01db62

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

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

0 commit comments

Comments
 (0)