mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #9989] [MERGED] feat: web loader support proxy #22447
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/9989
Author: @Yimi81
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @tjbck
Base:
dev← Head:feate-webloader-support-proxy📝 Commits (2)
d3f7193web loader support proxyb38acc8Merge branch 'dev' into feate-webloader-support-proxy📊 Changes
4 files changed (+57 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+5 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/retrieval/web/utils.py(+44 -1)📝
backend/open_webui/routers/retrieval.py(+6 -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
WebBaseLoader now supports proxies, which is useful for users with restricted access to international networks.
Note: The changes to SafeWebBaseLoader are mainly derived from the latest version of WebBaseLoader in langchain_community. If langchain and langchain_community are upgraded in the future, this modification can be omitted.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.