Issue with delete method in Chroma class not passing kwargs to _collection.delete #29041
Closed
venkatesh-i2i
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
In the langchain-chroma==0.1.4 package, the delete method in the Chroma class does not pass the kwargs to the self._collection.delete method, which can lead to unexpected behavior when additional arguments are required. However, this issue seems to have been corrected in the latest GitHub version.
System Info
pip install langchain-chroma==0.1.4
Beta Was this translation helpful? Give feedback.
All reactions