[GH-ISSUE #11948] feat: use a reference in the custom models instead of a full copy & allowing using custom images url #55077

Closed
opened 2026-05-05 17:07:10 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @stevessr on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11948

Check Existing Issues

  • I have searched the existing issues and discussions.

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

Originally created by @stevessr on GitHub (Mar 21, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/11948 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#55077