continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        Indexing Silently Failed after updated to ≥0.8.48
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows
- Continue: 0.8.49
- IDE: VS Code
- Model:
- config.json:
Description
Before I update to 0.8.49, I can get the error message.
After I update to 0.8.49, I can only get "Indexing complete" with 1% progress.
Details of the indexing error: The indexing error was caused by maxBatchSize, the API provider I used only supports maxBatchSize=32. Changing the following 128 to 32 can resolve this error. Maybe we can add a config option for maxBatchSize, but that will be a separate PR: #2163 .
BTW, maxChunkSize and its default value should be documented. Initially I suppose the error was caused by chunk size exceeding limit. I searched in the source code and found this option. I changed it to 8192 and problem resolved, but I suddenly found that the default value is 500. Then I realized it should be a maxBatchSize problem instead of maxChunkSize.
To reproduce
No response
Log output
No response