feat: support Chroma vector store (#5015)

This commit is contained in:
Bowen Liang
2024-06-13 18:02:18 +08:00
committed by GitHub
parent 3f18369ad2
commit cdc08a434f
16 changed files with 1483 additions and 13 deletions

View File

@@ -107,7 +107,6 @@ pycryptodome = "3.19.1"
python-dotenv = "1.0.0"
authlib = "1.2.0"
boto3 = "1.28.17"
tenacity = "8.2.2"
cachetools = "~5.3.0"
weaviate-client = "~3.21.0"
mailchimp-transactional = "~1.0.50"
@@ -179,6 +178,7 @@ google-cloud-aiplatform = "1.49.0"
vanna = {version = "0.5.5", extras = ["postgres", "mysql", "clickhouse", "duckdb"]}
kaleido = "0.2.1"
tencentcloud-sdk-python-hunyuan = "~3.0.1158"
chromadb = "~0.5.0"
[tool.poetry.group.dev]
optional = true