Skip to content

Commit

Permalink
dep: bump chromadb from 0.5.0 to 0.5.1 (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 authored Jun 18, 2024
1 parent c7d3785 commit 7450b9a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
34 changes: 18 additions & 16 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ numpy = "~1.26.4"
unstructured = {version = "~0.10.27", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"]}
bs4 = "~0.0.1"
markdown = "~3.5.1"
httpx = {version = "~0.24.1", extras = ["socks"]}
httpx = {version = "~0.27.0", extras = ["socks"]}
matplotlib = "~3.8.2"
yfinance = "~0.2.40"
pydub = "~0.25.1"
Expand Down Expand Up @@ -181,7 +181,7 @@ vanna = {version = "0.5.5", extras = ["postgres", "mysql", "clickhouse", "duckdb
kaleido = "0.2.1"
tencentcloud-sdk-python-hunyuan = "~3.0.1158"
tcvectordb = "1.3.2"
chromadb = "~0.5.0"
chromadb = "~0.5.1"
tenacity = "~8.3.0"
cos-python-sdk-v5 = "1.9.30"

Expand Down
4 changes: 2 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ numpy~=1.26.4
unstructured[docx,pptx,msg,md,ppt,epub]~=0.10.27
bs4~=0.0.1
markdown~=3.5.1
httpx[socks]~=0.24.1
httpx[socks]~=0.27.0
matplotlib~=3.8.2
yfinance~=0.2.40
pydub~=0.25.1
Expand All @@ -87,7 +87,7 @@ tidb-vector==0.0.9
google-cloud-aiplatform==1.49.0
vanna[postgres,mysql,clickhouse,duckdb]==0.5.5
tencentcloud-sdk-python-hunyuan~=3.0.1158
chromadb~=0.5.0
chromadb~=0.5.1
novita_client~=0.5.6
tenacity~=8.3.0
cos-python-sdk-v5==1.9.30
2 changes: 1 addition & 1 deletion docker/docker-compose.chroma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
# Chroma vector store.
chroma:
image: ghcr.io/chroma-core/chroma:0.5.0
image: ghcr.io/chroma-core/chroma:0.5.1
restart: always
volumes:
- ./volumes/chroma:/chroma/chroma
Expand Down

0 comments on commit 7450b9a

Please sign in to comment.