[GH-ISSUE #3965] parallel embedding on ollama embedding #13446

Closed
opened 2026-04-19 20:11:04 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @codeMonkey-shin on GitHub (Jul 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3965

In the case of openai embedding, it is very fast because requests are made in parallel. However, when performing embedding through ollama, it is very slow because it waits until one embedding is finished before performing the next one. We therefore request the ability to perform embedding in parallel.

Originally created by @codeMonkey-shin on GitHub (Jul 18, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/3965 In the case of openai embedding, it is very fast because requests are made in parallel. However, when performing embedding through ollama, it is very slow because it waits until one embedding is finished before performing the next one. We therefore request the ability to perform embedding in parallel.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13446