Skip to content

Commit adc1038

Browse files
committed
Chromadb not in use currently
1 parent c4a6ea4 commit adc1038

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

compose.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ services:
3232
volumes:
3333
- redis_data:/data
3434

35-
chromadb:
36-
image: chromadb/chroma
37-
container_name: gptwrapper_chromadb
38-
volumes:
39-
- chromadb_data:/data
35+
# ChromaDB not currently in use
36+
# chromadb:
37+
# image: chromadb/chroma
38+
# container_name: gptwrapper_chromadb
39+
# volumes:
40+
# - chromadb_data:/data
4041

4142
# Comment out if you use local ollama. Set OLLAMA_URL=host.docker.internal:11434 if using recent Docker Desktop.
4243
# ollama:

0 commit comments

Comments
 (0)