Support PLAYWRIGHT_WS_URI

This commit is contained in:
Rory
2025-02-02 17:58:09 -06:00
parent a84e488a4e
commit 8da33721d5
5 changed files with 97 additions and 48 deletions

View File

@@ -1724,6 +1724,12 @@ RAG_WEB_LOADER = PersistentConfig(
os.environ.get("RAG_WEB_LOADER", "safe_web")
)
PLAYWRIGHT_WS_URI = PersistentConfig(
"PLAYWRIGHT_WS_URI",
"rag.web.loader.playwright.ws.uri",
os.environ.get("PLAYWRIGHT_WS_URI", None)
)
####################################
# Images
####################################