mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac/enh: optional vectordb deps
This commit is contained in:
parent
f51a0b181f
commit
3e1b14f570
1 changed files with 10 additions and 8 deletions
|
|
@ -56,18 +56,11 @@ dependencies = [
|
||||||
|
|
||||||
"fake-useragent==2.2.0",
|
"fake-useragent==2.2.0",
|
||||||
"chromadb==1.0.20",
|
"chromadb==1.0.20",
|
||||||
"pymilvus==2.5.0",
|
|
||||||
"qdrant-client==1.14.3",
|
|
||||||
"opensearch-py==2.8.0",
|
"opensearch-py==2.8.0",
|
||||||
"playwright==1.49.1",
|
|
||||||
"elasticsearch==9.1.0",
|
|
||||||
"pinecone==6.0.2",
|
|
||||||
"oracledb==3.2.0",
|
|
||||||
|
|
||||||
"transformers",
|
"transformers",
|
||||||
"sentence-transformers==4.1.0",
|
"sentence-transformers==4.1.0",
|
||||||
"accelerate",
|
"accelerate",
|
||||||
"colbert-ai==0.2.21",
|
|
||||||
"pyarrow==20.0.0",
|
"pyarrow==20.0.0",
|
||||||
"einops==0.8.1",
|
"einops==0.8.1",
|
||||||
|
|
||||||
|
|
@ -154,6 +147,15 @@ all = [
|
||||||
"docker~=7.1.0",
|
"docker~=7.1.0",
|
||||||
"pytest~=8.3.2",
|
"pytest~=8.3.2",
|
||||||
"pytest-docker~=3.1.1",
|
"pytest-docker~=3.1.1",
|
||||||
|
"playwright==1.49.1",
|
||||||
|
"elasticsearch==9.1.0",
|
||||||
|
|
||||||
|
"qdrant-client==1.14.3",
|
||||||
|
"pymilvus==2.5.0",
|
||||||
|
"pinecone==6.0.2",
|
||||||
|
"oracledb==3.2.0",
|
||||||
|
|
||||||
|
"colbert-ai==0.2.21",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue