mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
feat: hybrid search
This commit is contained in:
committed by
Steven Kreitzer
parent
f3e5700d49
commit
4e0b32b505
@@ -117,6 +117,7 @@ class RAGMiddleware(BaseHTTPMiddleware):
|
||||
rag_app.state.RAG_EMBEDDING_ENGINE,
|
||||
rag_app.state.RAG_EMBEDDING_MODEL,
|
||||
rag_app.state.sentence_transformer_ef,
|
||||
rag_app.state.sentence_transformer_rf,
|
||||
rag_app.state.RAG_OPENAI_API_KEY,
|
||||
rag_app.state.RAG_OPENAI_API_BASE_URL,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user