feat: add configurable embedding batch size for code indexing (#7464)

Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
This commit is contained in:
roomote[bot] 2025-09-01 21:36:56 -04:00 committed by Hannes Rudolph
parent 114008beec
commit e063d63e17

View file

@ -400,6 +400,13 @@
"type": "boolean",
"default": false,
"description": "%settings.newTaskRequireTodos.description%"
},
"roo-cline.codeIndex.embeddingBatchSize": {
"type": "number",
"default": 60,
"minimum": 1,
"maximum": 200,
"description": "%settings.codeIndex.embeddingBatchSize.description%"
}
}
}