mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #11948] feat: use a reference in the custom models instead of a full copy & allowing using custom images url #16411
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 @stevessr on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11948
Check Existing Issues
Problem Description
currently models with knowledges are always curried with full copy of knowledge, which do not update as the knowleges changes and slow the loading speed especailly when there is a large amount of copy.
at the same time , base64 url is widely use inside , when users uploading giant images , it significently slows the spped.
Desired Solution you'd like
the models endpoint's model should contian a referrence of the knowledge like tools
also when uploading images , users should be allow to use custom url to improve speed
Alternatives Considered
No response
Additional Context
No response