[GH-ISSUE #2654] [FEAT]: Add support for specifying maxConcurrentChunks for Generic OpenAI Embedder #1721

Closed
opened 2026-02-22 18:26:14 -05:00 by yindo · 0 comments
Owner

Originally created by @hdelossantos on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2654

What would you like to see?

Description:

Currently, the Generic OpenAI Embedder doesn't offer a way to specify a maximum number of concurrent chunks for embedding and always defaults to 500. This limits its usability with OpenAI compatible embedders that may have limitations on chunk batch size. Currently trying to use an embedder that has a batch size limitation of 32 and any documents with chunks greater than that result in a 413 error.

Request:

Add an optional maxConcurrentChunks parameter to the Generic OpenAI Embedder UI, allowing users to control the maximum number of chunks processed concurrently. This will allow embedders that enforce concurrent chunk size restrictions to work.

Originally created by @hdelossantos on GitHub (Nov 19, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2654 ### What would you like to see? ## Description: Currently, the Generic OpenAI Embedder doesn't offer a way to specify a maximum number of concurrent chunks for embedding and always defaults to 500. This limits its usability with OpenAI compatible embedders that may have limitations on chunk batch size. Currently trying to use an embedder that has a batch size limitation of 32 and any documents with chunks greater than that result in a 413 error. ## Request: Add an optional maxConcurrentChunks parameter to the Generic OpenAI Embedder UI, allowing users to control the maximum number of chunks processed concurrently. This will allow embedders that enforce concurrent chunk size restrictions to work.
yindo added the enhancementfeature request labels 2026-02-22 18:26:14 -05:00
yindo closed this issue 2026-02-22 18:26:14 -05:00
yindo changed title from [FEAT]: Add support for specifying maxConcurrentChunks for Generic OpenAI Embedder to [GH-ISSUE #2654] [FEAT]: Add support for specifying maxConcurrentChunks for Generic OpenAI Embedder 2026-06-05 14:42:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1721