Migrate to Hatch and version bump -> 0.1.101 (#2727)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user