abadesalex commited on
Commit
97cbab9
1 Parent(s): 2585825
Files changed (1) hide show
  1. 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}")