mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: sentence transformers bump
This commit is contained in:
parent
333317a7ce
commit
bb97535cad
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ chromadb==0.5.9
|
||||||
pymilvus==2.4.7
|
pymilvus==2.4.7
|
||||||
qdrant-client~=1.12.0
|
qdrant-client~=1.12.0
|
||||||
|
|
||||||
sentence-transformers==3.0.1
|
sentence-transformers==3.2.0
|
||||||
colbert-ai==0.2.21
|
colbert-ai==0.2.21
|
||||||
einops==0.8.0
|
einops==0.8.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ dependencies = [
|
||||||
"chromadb==0.5.9",
|
"chromadb==0.5.9",
|
||||||
"pymilvus==2.4.7",
|
"pymilvus==2.4.7",
|
||||||
|
|
||||||
"sentence-transformers==3.0.1",
|
"sentence-transformers==3.2.0",
|
||||||
"colbert-ai==0.2.21",
|
"colbert-ai==0.2.21",
|
||||||
"einops==0.8.0",
|
"einops==0.8.0",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue