mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #1510] feat: multi gpu embedding support #99523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @buroa on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1510
Example: https://github.com/UKPLab/sentence-transformers/blob/master/examples/applications/computing-embeddings/computing_embeddings_multi_gpu.py
@FarisHijazi commented on GitHub (Mar 19, 2025):
why though, if you actually cared about performance you should be using proper embeddings inference like HF text-embedding and then connecting to it as an OpenAI endpoint, open-webui already supports custom OpenAI endpoints.
Or you could connect everything through litellm which also allows you to configure embedding endpoints and model endpoints all in one place.