Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 12345678910111213 |
- services:
- # Chroma vector store.
- chroma:
- image: ghcr.io/chroma-core/chroma:0.5.20
- restart: always
- volumes:
- - ./volumes/chroma:/chroma/chroma
- environment:
- CHROMA_SERVER_AUTHN_CREDENTIALS: difyai123456
- CHROMA_SERVER_AUTHN_PROVIDER: chromadb.auth.token_authn.TokenAuthenticationServerProvider
- IS_PERSISTENT: TRUE
- ports:
- - "8000:8000"
|