voice-rag / docker-compose.yml
Ganesh-0509's picture
Voice-enabled RAG system for ai4bharat/MSMARCO-XI
76c3290
Raw
History Blame Contribute Delete
236 Bytes
version: '3.8'
services:
qdrant:
image: qdrant/qdrant:latest
container_name: qdrant_msmarco
ports:
- "6333:6333"
- "6334:6334"
volumes:
- ./storage/qdrant:/qdrant/storage
restart: unless-stopped