mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: colbert-ai requirement
This commit is contained in:
parent
06debb322b
commit
af92184c93
2 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ chromadb==0.5.5
|
||||||
pymilvus==2.4.6
|
pymilvus==2.4.6
|
||||||
|
|
||||||
sentence-transformers==3.0.1
|
sentence-transformers==3.0.1
|
||||||
|
colbert-ai==0.2.21
|
||||||
|
|
||||||
pypdf==4.3.1
|
pypdf==4.3.1
|
||||||
docx2txt==0.8
|
docx2txt==0.8
|
||||||
python-pptx==1.0.0
|
python-pptx==1.0.0
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,10 @@ dependencies = [
|
||||||
"fake-useragent==1.5.1",
|
"fake-useragent==1.5.1",
|
||||||
"chromadb==0.5.5",
|
"chromadb==0.5.5",
|
||||||
"pymilvus==2.4.6",
|
"pymilvus==2.4.6",
|
||||||
|
|
||||||
"sentence-transformers==3.0.1",
|
"sentence-transformers==3.0.1",
|
||||||
|
"colbert-ai==0.2.21",
|
||||||
|
|
||||||
"pypdf==4.3.1",
|
"pypdf==4.3.1",
|
||||||
"docx2txt==0.8",
|
"docx2txt==0.8",
|
||||||
"python-pptx==1.0.0",
|
"python-pptx==1.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue