Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
| 123456789101112 |
- services:
- # Qdrant vector store.
- qdrant:
- image: langgenius/qdrant:v1.7.3
- restart: always
- volumes:
- - ./volumes/qdrant:/qdrant/storage
- environment:
- QDRANT_API_KEY: 'difyai123456'
- ports:
- - "6333:6333"
- - "6334:6334"
|