Migrate to Hatch and version bump -> 0.1.101 (#2727)

This commit is contained in:
Dev Khant
2025-05-20 22:58:51 +05:30
committed by GitHub
parent 70af43c08c
commit c3f3f82a3e
7 changed files with 157 additions and 116 deletions

View File

@@ -143,7 +143,6 @@ class Langchain(VectorStoreBase):
elif hasattr(self.client, "reset_collection"):
self.client.reset_collection()
else:
# Fallback to the generic delete method
self.client.delete(ids=None)
def col_info(self):