mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #22289] bug: When generated knowledge is used, it crashes the app and freezes the terminal #123000
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 @3d-illusions on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22289
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.8.5
Ollama Version (if applicable)
0.17.5
Operating System
windows 11
Browser (if applicable)
edge 145.0.3800.70
Confirmation
README.md.Expected Behavior
not to crash, due to plenty of available system resources. Only 20% VRAM used and 80GB system RAM available.
Actual Behavior
crashes web app and openwebui process.
When I use any model, and provide it with that knowledge, ask it a question, it thinks for a while, I can see the powershell filling up, until eventually the powershell stops generating new lines, the web app becomes unresponsive, and I have to end openwebui in the task manager.
model remains in memory until ollama exited manually.
Only affects this particular knowledge.
Steps to Reproduce
It takes ages to generate the knowledge, so I've exported it and uploaded to dropbox here (too large to attach here 28.6mb) :
https://www.dropbox.com/scl/fi/867txodbevwxuo3gwza9u/Blender-RAG-api.zip?rlkey=s7n6o7qx444p33u9veuw7rwrr&st=70cfsesw&dl=0
Logs & Screenshots
no logs due to crash
Additional Information
No response
@pr-validator-bot commented on GitHub (Mar 6, 2026):
⚠️ Missing Issue Title Prefix
@3d-illusions, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@3d-illusions commented on GitHub (Mar 6, 2026):
actually, I've just realised the problem is that the actual data isn't in the html files it's dynamically populated from .doctree files. I'll try rebuilding to plain text and ommit the html entirely. If it still has issues I'll re-open.