mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
Add RAG_WEB_LOADER + Playwright mode + improve stability of search
This commit is contained in:
@@ -1712,6 +1712,11 @@ RAG_WEB_SEARCH_CONCURRENT_REQUESTS = PersistentConfig(
|
||||
int(os.getenv("RAG_WEB_SEARCH_CONCURRENT_REQUESTS", "10")),
|
||||
)
|
||||
|
||||
RAG_WEB_LOADER = PersistentConfig(
|
||||
"RAG_WEB_LOADER",
|
||||
"rag.web.loader",
|
||||
os.environ.get("RAG_WEB_LOADER", "safe_web")
|
||||
)
|
||||
|
||||
####################################
|
||||
# Images
|
||||
|
||||
Reference in New Issue
Block a user