Spaces:
Runtime error
Runtime error
romitganjoo98
commited on
Commit
•
dd6d7da
1
Parent(s):
863d46d
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import qdrant_client
|
|
6 |
|
7 |
|
8 |
|
9 |
-
client = qdrant_client.QdrantClient(host="localhost", port=
|
10 |
client.get_collections()
|
11 |
|
12 |
|
|
|
6 |
|
7 |
|
8 |
|
9 |
+
client = qdrant_client.QdrantClient(host="localhost", port=6334, grpc_port=6334)
|
10 |
client.get_collections()
|
11 |
|
12 |
|