fix:chromadb version

This commit is contained in:
aries_ckt
2023-09-27 12:03:05 +08:00
parent 6843fc7376
commit 1d3ea2acd5
2 changed files with 4 additions and 4 deletions

View File

@@ -281,7 +281,7 @@ def core_requires():
"importlib-resources==5.12.0",
"psutil==5.9.4",
"python-dotenv==1.0.0",
"colorama==0.4.10",
"colorama==0.4.6",
"prettytable",
"cachetools",
]
@@ -312,7 +312,7 @@ def knowledge_requires():
setup_spec.extras["knowledge"] = [
"spacy==3.5.3",
# "chromadb==0.3.22",
"chromadb",
"chromadb==0.4.10",
"markdown",
"bs4",
"python-pptx",