Skip to content

Commit

Permalink
#1 update qdrant version t o1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Aug 30, 2024
1 parent 68de699 commit e332b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/servers/qdrant-limit-ram/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
qdrant_bench:
image: qdrant/qdrant:${QDRANT_VERSION:-v1.11.0}
image: qdrant/qdrant:${QDRANT_VERSION:-v1.11.3}
ports:
- "6333:6333"
- "6334:6334"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
qdrant_bench:
image: qdrant/qdrant:${QDRANT_VERSION:-v1.11.0}
image: qdrant/qdrant:${QDRANT_VERSION:-v1.11.3}
network_mode: host
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion engine/servers/qdrant-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
qdrant_bench:
image: ${CONTAINER_REGISTRY:-docker.io}/qdrant/qdrant:${QDRANT_VERSION:-v1.11.0}
image: ${CONTAINER_REGISTRY:-docker.io}/qdrant/qdrant:${QDRANT_VERSION:-v1.11.3}
ports:
- "6333:6333"
- "6334:6334"
Expand Down

0 comments on commit e332b25

Please sign in to comment.