mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[PR #17363] [CLOSED] feat: docling integration - Allow to provide configuration when the pipeline is selected as "vlm" #63264
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17363
Author: @Elettrotecnica
Created: 9/11/2025
Status: ❌ Closed
Base:
dev← Head:provide-vlm-configuration📝 Commits (3)
a3e59fdProvide configuration options for VLM pipeline19e84afFix formattings7e67d54Please the PR linter📊 Changes
5 files changed (+164 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+32 -0)📝
backend/open_webui/main.py(+6 -0)📝
backend/open_webui/retrieval/loaders/main.py(+14 -0)📝
backend/open_webui/routers/retrieval.py(+27 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+85 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This follows #17276
Setting the
pipelinetype tovlmwithout any configuration makes it so that docling-serve will use SmolDocling as a vision model, which is expected to be available to the docling-serve instance (e.g. downloaded in advance).The api also allows to specify different models, either locally or via the an api, through 3 additional options.
This PR allows to specify this configuration.
Added
Added new parameters in /admin/settings/documents when
doclingis selected and thepipelineis set tovlm:These configuration are mutually exclusive, but not mandatory.
Changed
Nothing
Deprecated
Nothing
Removed
Nothing
Fixed
Nothing
Security
Nothing
Breaking Changes
Nothing
Additional Information
See #17276
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.