mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Refine RAG_WEB_LOADER
This commit is contained in:
@@ -7,7 +7,7 @@ SET "SCRIPT_DIR=%~dp0"
|
||||
cd /d "%SCRIPT_DIR%" || exit /b
|
||||
|
||||
:: Add conditional Playwright browser installation
|
||||
IF /I "%RAG_WEB_LOADER%" == "chromium" (
|
||||
IF /I "%RAG_WEB_LOADER%" == "playwright" (
|
||||
echo Installing Playwright browsers...
|
||||
playwright install chromium
|
||||
playwright install-deps chromium
|
||||
|
||||
Reference in New Issue
Block a user