We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a6ea4 commit adc1038Copy full SHA for adc1038
compose.yaml
@@ -32,11 +32,12 @@ services:
32
volumes:
33
- redis_data:/data
34
35
- chromadb:
36
- image: chromadb/chroma
37
- container_name: gptwrapper_chromadb
38
- volumes:
39
- - chromadb_data:/data
+ # ChromaDB not currently in use
+ # chromadb:
+ # image: chromadb/chroma
+ # container_name: gptwrapper_chromadb
+ # volumes:
40
+ # - chromadb_data:/data
41
42
# Comment out if you use local ollama. Set OLLAMA_URL=host.docker.internal:11434 if using recent Docker Desktop.
43
# ollama:
0 commit comments