You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- version: '3'
- 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"
|