mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #3033] [MERGED] Fixed the issue where a single URL error disrupts the Web Search #7963
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/3033
Author: @que-nguyen
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/11/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
3bec60bFixed the issue where a single URL error disrupts the data loading process in Web Search mode📊 Changes
1 file changed (+26 additions, -3 deletions)
View changed files
📝
backend/apps/rag/main.py(+26 -3)📄 Description
To address the unresolved issue in the LangChain library where a single URL error disrupts the data loading process, the lazy_load method in the WebBaseLoader class has been modified. The enhanced method now handles exceptions appropriately, logging errors and continuing with the remaining URLs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.