mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #19059] feat: Support loading pre-generated embeddings into OpenWebUI #18758
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 @nitanmarcel on GitHub (Nov 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19059
Check Existing Issues
Verify Feature Scope
Problem Description
In some cases, servers may not be fast enough to generate embeddings for large files, whereas local machines often have more powerful hardware.
Desired Solution you'd like
This is not about using external providers to generate embeddings.
Allow OpenWebUI to import pre-generated embeddings in a compatible format. This would enable users to create embeddings locally or on another machine and then load them into OpenWebUI, reducing server load and speeding up document processing.
Alternatives Considered
No response
Additional Context
No response