Spaces:
Configuration error
Configuration error
| services: | |
| qdrant: | |
| image: qdrant/qdrant:latest | |
| container_name: conversational-rag-qdrant | |
| ports: | |
| - "6333:6333" | |
| - "6334:6334" | |
| volumes: | |
| - qdrant_storage:/qdrant/storage | |
| environment: | |
| QDRANT__SERVICE__HTTP_PORT: 6333 | |
| QDRANT__SERVICE__GRPC_PORT: 6334 | |
| volumes: | |
| qdrant_storage: | |