Spaces:
Runtime error
Runtime error
romitganjoo98
commited on
Commit
•
f3b2f7b
1
Parent(s):
06d0ad9
Update docker.ipynb
Browse files- docker.ipynb +1 -1
docker.ipynb
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"source": [
|
37 |
"import qdrant_client\n",
|
38 |
"\n",
|
39 |
-
"client = qdrant_client.QdrantClient(\"http://localhost:6333\", prefer_grpc=True)\n",
|
40 |
"client.get_collections()"
|
41 |
]
|
42 |
},
|
|
|
36 |
"source": [
|
37 |
"import qdrant_client\n",
|
38 |
"\n",
|
39 |
+
"client = qdrant_client.QdrantClient(\"http://localhost:6333\", prefer_grpc=True, grpc_port=6333)\n",
|
40 |
"client.get_collections()"
|
41 |
]
|
42 |
},
|