Skip to content

Commit e063d63

Browse files
roomote[bot]roomotedaniel-lxs
authored andcommitted
feat: add configurable embedding batch size for code indexing (#7464)
Co-authored-by: Roo Code <[email protected]> Co-authored-by: Daniel Riccio <[email protected]>
1 parent 114008b commit e063d63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,13 @@
400400
"type": "boolean",
401401
"default": false,
402402
"description": "%settings.newTaskRequireTodos.description%"
403+
},
404+
"roo-cline.codeIndex.embeddingBatchSize": {
405+
"type": "number",
406+
"default": 60,
407+
"minimum": 1,
408+
"maximum": 200,
409+
"description": "%settings.codeIndex.embeddingBatchSize.description%"
403410
}
404411
}
405412
}

0 commit comments

Comments
 (0)