Intellij plugin is missing a setting for embedding batch size #3361
Closed
quantumdecoherence
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for giving us an intellij extension!
For people using their own (or company provided) embedding models, being able to set the batch size as in the vscode extension (presumably
settings.codeIndex.embeddingBatchSizefrom a quick search through the repository) is required to avoid errors likeError - Failed during initial scan: Indexing failed: Failed to process batch after 3 attempts: Failed to create embeddings after 3 attempts: HTTP 413 - HTTP 413: {"message":"batch size 52 > maximum allowed batch size 32"}Since intellij does not have the settings.json of vscode, it would require a ui interface, probably easiest in the codebase indexing popup of the chat window.
Beta Was this translation helpful? Give feedback.
All reactions