mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Wrong Docling endpoint #5803
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 @ovidiusoft on GitHub (Jul 18, 2025).
2470da8336/backend/open_webui/retrieval/loaders/main.py (L184)This API endpoint in Docling should be /v1/... not /v1alpha/... Confirmed by editing the file directly in the docker container, restarting it and re-uploading (both in the chat dialog and in knowledge).
From docling logs: "POST /v1alpha/convert/file HTTP/1.1" 404 Not Found
@rgaricano commented on GitHub (Jul 18, 2025):
Yes, it's addressed in PR https://github.com/open-webui/open-webui/pull/15785
@ovidiusoft commented on GitHub (Jul 18, 2025):
Ah, didn't see that. Thank you! Will re-test when the PR is added to a release.
@Soliver84 commented on GitHub (Jul 21, 2025):
Hello
the complete changes were made as described here?
https://github.com/docling-project/docling-serve/blob/main/docs/v1_migration.md