Spaces:
Sleeping
Sleeping
abadesalex
commited on
Commit
•
97cbab9
1
Parent(s):
2585825
debug
Browse files- Api/app/qdrant.py +1 -0
Api/app/qdrant.py
CHANGED
@@ -66,6 +66,7 @@ class QdrantConnectionDb:
|
|
66 |
)
|
67 |
},
|
68 |
)
|
|
|
69 |
|
70 |
except Exception as e:
|
71 |
print(f"Error while initializing collection: {e}")
|
|
|
66 |
)
|
67 |
},
|
68 |
)
|
69 |
+
print(f"Collection {collection_name} initialized successfully")
|
70 |
|
71 |
except Exception as e:
|
72 |
print(f"Error while initializing collection: {e}")
|