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 95f4e55 commit 99a021dCopy full SHA for 99a021d
example/src/main/java/io/qdrant/example/QdrantExample.java
@@ -12,7 +12,6 @@ public static void main(String[] args) {
12
QdrantClient client = new QdrantClient(QdrantGrpcClient.newBuilder("localhost", 6334, false)
13
.build());
14
15
-
16
// Create a simple collection
17
String collectionName = "example_collection";
18
0 commit comments