mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
refac
This commit is contained in:
parent
bc6f23f82f
commit
b7f0759485
@ -199,7 +199,7 @@ def update_reranking_model(
|
||||
update_model: bool = False,
|
||||
):
|
||||
if reranking_model:
|
||||
if reranking_model in ["jinaai/jina-colbert-v2"]:
|
||||
if any(model in reranking_model for model in ["jinaai/jina-colbert-v2"]):
|
||||
|
||||
class Colbert:
|
||||
def __init__(self, name) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user