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 f43b9d1 commit 4131fe4Copy full SHA for 4131fe4
packages/modules/qdrant/src/qdrant-container.ts
@@ -8,7 +8,7 @@ export class QdrantContainer extends GenericContainer {
8
private apiKey: string | undefined;
9
private configFilePath: string | undefined;
10
11
- constructor(image = "qdrant/qdrant:v1.8.1") {
+ constructor(image = "qdrant/qdrant:v1.13.4") {
12
super(image);
13
this.withExposedPorts(QDRANT_REST_PORT, QDRANT_GRPC_PORT);
14
this.withWaitStrategy(
0 commit comments