Skip to content

Commit 99a021d

Browse files
committed
simplify connection
1 parent 95f4e55 commit 99a021d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/src/main/java/io/qdrant/example/QdrantExample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public static void main(String[] args) {
1212
QdrantClient client = new QdrantClient(QdrantGrpcClient.newBuilder("localhost", 6334, false)
1313
.build());
1414

15-
1615
// Create a simple collection
1716
String collectionName = "example_collection";
1817

0 commit comments

Comments
 (0)