Skip to content

Commit 6016c6d

Browse files
committed
fix: add codebaseIndexEmbeddingBatchSize to type definitions
1 parent 11e0910 commit 6016c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/codebase-index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const codebaseIndexConfigSchema = z.object({
3131
.min(CODEBASE_INDEX_DEFAULTS.MIN_SEARCH_RESULTS)
3232
.max(CODEBASE_INDEX_DEFAULTS.MAX_SEARCH_RESULTS)
3333
.optional(),
34+
codebaseIndexEmbeddingBatchSize: z.number().min(1).max(100).optional(),
3435
// OpenAI Compatible specific fields
3536
codebaseIndexOpenAiCompatibleBaseUrl: z.string().optional(),
3637
codebaseIndexOpenAiCompatibleModelDimension: z.number().optional(),

0 commit comments

Comments
 (0)