mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: query collection api call
This commit is contained in:
parent
72090fab88
commit
1c1d2c254d
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ def query_collection_handler(
|
|||
user=Depends(get_current_user),
|
||||
):
|
||||
try:
|
||||
embeddings_function = embeddings_function(
|
||||
embeddings_function = query_embeddings_function(
|
||||
app.state.RAG_EMBEDDING_ENGINE,
|
||||
app.state.RAG_EMBEDDING_MODEL,
|
||||
app.state.sentence_transformer_ef,
|
||||
|
|
|
|||
Loading…
Reference in a new issue