Skip to content

Commit f7a75b1

Browse files
committed
chore(deps)!: update Chroma DB version
1 parent 22fbbba commit f7a75b1

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

docker-compose.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,12 @@ networks:
44

55
services:
66
chromadb:
7-
image: chromadb/chroma:0.6.3
7+
image: chromadb/chroma:1.0.12
88
container_name: chroma-db
99
volumes:
10-
# Be aware that indexed data are located in "/chroma/chroma/"
11-
# Default configuration for persist_directory in chromadb/config.py
12-
# Read more about deployments: https://docs.trychroma.com/deployment
13-
- chroma:/chroma/chroma
14-
environment:
15-
- IS_PERSISTENT=TRUE
16-
- ALLOW_RESET=TRUE
10+
- chroma:/data
1711
ports:
1812
- "8000:8000"
19-
healthcheck:
20-
# Adjust below to match your container port
21-
test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v2/heartbeat" ]
22-
interval: 30s
23-
timeout: 10s
24-
retries: 3
2513
networks:
2614
- net
2715

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest==8.3.5
99
peewee==3.18.1
1010
python-dotenv==1.1.0
1111
chromadb==1.0.12
12-
langchain-chroma==0.2.3
12+
langchain-chroma==0.2.4
1313
randomname==0.2.1
1414
tiktoken==0.9.0
1515
openai-whisper==20240930

0 commit comments

Comments
 (0)