We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c0bd5 commit b446eb3Copy full SHA for b446eb3
plugins/qdrant/superduper_qdrant/qdrant.py
@@ -92,7 +92,7 @@ def __init__(
92
self.client = QdrantClient(**config_dict)
93
94
logging.info('Found these collections in the qdrant collection:')
95
- collections = self.client.get_collections()
+ collections = self.client.get_collections().collections
96
for collection in collections:
97
logging.info(f" - {collection.name}")
98
0 commit comments