mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
issue: docling intergration not working #4694
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 @mariosconsta on GitHub (Apr 3, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Uploaded files using docling should be processed.
Actual Behavior
When I use docling instead of Tika and try to upload a file I get the following errors:
Browser Logs:
Docker logs
Steps to Reproduce
Logs & Screenshots
console-export-2025-4-3_15-57-27.txt
Additional Information
I don't know if I am missing something. I couldn't find any info on docling x Open WebUI intergration other than the release announcement.
@lowlyocean commented on GitHub (Apr 3, 2025):
You have to run docling-serve separately (for example, using its docker image). Then, in Open-WebUI you have to replace http://docling:5001 with whatever IP address and port you used for docling-serve
@mariosconsta commented on GitHub (Apr 3, 2025):
Thank you :)