mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #12357] issue: Docling causes add knowledge to fail. #71174
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 @geiseri on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12357
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
0.5.13
Operating System
linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Add text content to knowledge and it is added.
Actual Behavior
If "Add text content" is used while adding Knowledge they should bypass docling since they are already in text format. Currently they are sent do docling and that returns and error so the import fails.
Steps to Reproduce
Logs & Screenshots
Additional Information
This might also hold true for any file that is already text formatted when its uploaded.
I apologize for using screenshots, as I was having fits with getting formatting and stuff preserved.
@tjbck commented on GitHub (Apr 2, 2025):
@FabioPolito24
@FabioPolito24 commented on GitHub (Apr 2, 2025):
Got the problem, I'll get it fixed as soon as I can, probably this weekend. Thanks for reporting it!
@geiseri commented on GitHub (Apr 8, 2025):
Seems fixed in #12486 so I will close this.