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 11e0910 commit 6016c6dCopy full SHA for 6016c6d
packages/types/src/codebase-index.ts
@@ -31,6 +31,7 @@ export const codebaseIndexConfigSchema = z.object({
31
.min(CODEBASE_INDEX_DEFAULTS.MIN_SEARCH_RESULTS)
32
.max(CODEBASE_INDEX_DEFAULTS.MAX_SEARCH_RESULTS)
33
.optional(),
34
+ codebaseIndexEmbeddingBatchSize: z.number().min(1).max(100).optional(),
35
// OpenAI Compatible specific fields
36
codebaseIndexOpenAiCompatibleBaseUrl: z.string().optional(),
37
codebaseIndexOpenAiCompatibleModelDimension: z.number().optional(),
0 commit comments