79684770

Date: 2025-06-30 12:45:23
Score: 0.5
Natty:
Report link
 self.vector_store=initialize_vectordb(self.embedding_model)
            all_ids = self.vector_store._collection.get(include=[])["ids"]
            
            if all_ids:
                self.vector_store._collection.delete(ids=all_ids)
           
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: naveed ahmed