mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
Added DEFAULT_RAG_SETTINGS option for individual rag configuration
This commit is contained in:
parent
07d8460126
commit
b46da1ae86
@ -2013,6 +2013,11 @@ YOUTUBE_LOADER_PROXY_URL = PersistentConfig(
|
||||
os.getenv("YOUTUBE_LOADER_PROXY_URL", ""),
|
||||
)
|
||||
|
||||
DEFAULT_RAG_SETTINGS = PersistentConfig(
|
||||
"DEFAULT_RAG_SETTINGS",
|
||||
"rag.default_settings",
|
||||
os.getenv("DEFAULT_RAG_SETTINGS", "True").lower() == "true",
|
||||
)
|
||||
|
||||
####################################
|
||||
# Web Search (RAG)
|
||||
|
Loading…
Reference in New Issue
Block a user