open-webui
open-webui copied to clipboard
issue: Docling causes add knowledge to fail.
Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
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
- [x] I have read and followed all instructions in
README.md. - [x] I am using the latest version of both Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
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
- Go to add knowledge and try "Add text content"
- Paste text into the input area.
- Click save
- Error is seen:
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.
@FabioPolito24
Got the problem, I'll get it fixed as soon as I can, probably this weekend. Thanks for reporting it!
Seems fixed in #12486 so I will close this.