Replies: 1 comment 3 replies
|
Would love to see this! I'm also running into heavy loading times, I have at the moment 3 knowledge bases with >1500 Documents each and it slows down the experience so much. I support your idea of lazy loading by only sending/processing what the user actually needs. Thanks for searching for the root causes and hope you find the time for a PR! |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone 👋
I've been using OpenWebUI with some very large knowledge collections (1000+ files), and I've hit some serious performance issues—mainly due to how everything is currently loaded.
The Problem
This gets pretty painful when you're dealing with big collections and remote setups—it slows down the UI and eats bandwidth unnecessarily.
What I’m Proposing
This could be improved with two main changes:
Lazy loading of file content in the Knowledge UI
Move file/collection search to the backend
Why this matters
I'm happy to work on this —but wanted to bring it up here first to get your thoughts:
Looking forward to hearing your thoughts!
All reactions