We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f5c2 commit 99a8d49Copy full SHA for 99a8d49
modules/qdrant/testcontainers/qdrant/__init__.py
@@ -39,7 +39,7 @@ class QdrantContainer(DbContainer):
39
40
def __init__(
41
self,
42
- image: str = "qdrant/qdrant:v1.8.3",
+ image: str = "qdrant/qdrant:latest",
43
rest_port: int = 6333,
44
grpc_port: int = 6334,
45
api_key: Optional[str] = None,
0 commit comments