Open cr-zhichen opened 1 month ago
Hi @cr-zhichen , adding this to a main thread where we are tracking issues with indexing on JetBrains. Thanks for the +1 here.
Actually I believe this might be more related to the following issue: https://github.com/continuedev/continue/issues/2162
Could you try setting your maxBatchSize
like this?
{
"embeddingsProvider": {
"maxBatchSize": 32
},
}
Before submitting your bug report
Relevant environment info
Description
I am opening the same project in both VSCode and Rider and using the Continue plugin to index the codebase. The indexing completes successfully in VSCode, but it fails in Rider with the following error:
To reproduce
Log output
No response