test: add unit tests for vector stores of Milvus, Qdrant and Weaviate (#3688)
This commit is contained in:
12
docker/docker-compose.qdrant.yaml
Normal file
12
docker/docker-compose.qdrant.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user