mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
114008beec
commit
e063d63e17
1 changed files with 7 additions and 0 deletions
|
|
@ -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%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue