mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
Added server side Prefixing
This commit is contained in:
@@ -1339,7 +1339,7 @@ RAG_EMBEDDING_PASSAGE_PREFIX = (
|
||||
)
|
||||
|
||||
RAG_EMBEDDING_PREFIX_FIELD_NAME = (
|
||||
os.environ.get("RAG_EMBEDDING_PREFIX_FIELD_NAME", "input_type")
|
||||
os.environ.get("RAG_EMBEDDING_PREFIX_FIELD_NAME", None)
|
||||
)
|
||||
|
||||
RAG_RERANKING_MODEL = PersistentConfig(
|
||||
|
||||
Reference in New Issue
Block a user