mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10052] [MERGED] Support Playwright RAG Web Loader: Revised #22464
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/10052
Author: @roryeckel
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @tjbck
Base:
dev← Head:playwright📝 Commits (10+)
4e8b390Add RAG_WEB_LOADER + Playwright mode + improve stability of search8dafe3cMerge branch 'dev' of https://github.com/open-webui/open-webui2452e27Refine RAG_WEB_LOADER77ae73eAdjust search event messages + translationsa84e488Fix playwright in docker by updating unstructured8da3372Support PLAYWRIGHT_WS_URIc3df481Introduce docker-compose.playwright.yaml + run-compose updatef837d2cMerge branch 'dev' of https://github.com/open-webui/open-webui22746c7Merge remote-tracking branch 'upstream/dev'1b581b7Moving code out of playwright branch📊 Changes
11 files changed (+279 additions, -34 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+4 -0)📝
backend/open_webui/retrieval/web/utils.py(+216 -29)📝
backend/open_webui/routers/retrieval.py(+1 -1)📝
backend/open_webui/utils/middleware.py(+1 -1)📝
backend/requirements.txt(+2 -2)📝
backend/start.sh(+11 -0)📝
backend/start_windows.bat(+11 -0)➕
docker-compose.playwright.yaml(+10 -0)📝
pyproject.toml(+2 -1)📝
run-compose.sh(+9 -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 PR is a revision of https://github.com/open-webui/open-webui/pull/9313 intended to resolve https://github.com/open-webui/open-webui/issues/2617
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.