Skip to content

Commit b446eb3

Browse files
committed
Log the qdrant collections on connect
1 parent 12c0bd5 commit b446eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/qdrant/superduper_qdrant/qdrant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
self.client = QdrantClient(**config_dict)
9393

9494
logging.info('Found these collections in the qdrant collection:')
95-
collections = self.client.get_collections()
95+
collections = self.client.get_collections().collections
9696
for collection in collections:
9797
logging.info(f" - {collection.name}")
9898

0 commit comments

Comments
 (0)