Spaces:
Runtime error
Runtime error
romitganjoo98
commited on
Commit
•
06d0ad9
1
Parent(s):
5792e5b
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import qdrant_client
|
|
6 |
|
7 |
|
8 |
|
9 |
-
client = qdrant_client.QdrantClient("http://localhost:6333", prefer_grpc=True)
|
10 |
client.get_collections()
|
11 |
|
12 |
|
|
|
6 |
|
7 |
|
8 |
|
9 |
+
client = qdrant_client.QdrantClient("http://localhost:6333", prefer_grpc=True, grpc_port=6333)
|
10 |
client.get_collections()
|
11 |
|
12 |
|