mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Enable do_picture_description Docling feature #5158
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 @vaclcer on GitHub (May 13, 2025).
Check Existing Issues
Problem Description
Ingesting docs via Docling integration ignores pictures right now. But there is now "do_picture_description" feature to make a picture description via VLM in Docling and then add it into the context.
This should be a simple fix that would improve RAG retrieval a lot!
Desired Solution you'd like
add Docling's "do_picture_description" bool switch, potentially into Documents settings UI.
More info at https://github.com/docling-project/docling-serve/blob/main/docs/usage.md
https://github.com/docling-project/docling-serve/blob/main/docs/usage.md#picture-description-options
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (May 14, 2025):
Added with
de70d0cb64in dev!