mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 14:43:33 -04:00
[PR #812] docs: Additional (Optional) configuration for external document loader #830
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/docs/pull/812
Author: @TheDropZone
Created: 11/12/2025
Status: 🔄 Open
Base:
dev← Head:dev📝 Commits (1)
3e71a75Adding External document loader configuration options📊 Changes
1 file changed (+77 additions, -0 deletions)
View changed files
📝
docs/getting-started/env-configuration.mdx(+77 -0)📄 Description
Based on feature MR: https://github.com/open-webui/open-webui/pull/19137
To make External Document Engine more powerful for a given generic document processing api, the external document loader can be enabled with default settings (ensuring backwards compatibility), or fully configured with the following settings
and more advanced settings
This optional configuration enables you to point open-webui at almost any document processing api out there, including custom ones. This enables quick and easy testing of open source document projects, or the ability to easily integrate your own custom api with more configuration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.