mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
langchain_chroma: Pass through kwargs to Chroma collection.delete (#25970)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -1145,4 +1145,4 @@ class Chroma(VectorStore):
|
||||
ids: List of ids to delete.
|
||||
kwargs: Additional keyword arguments.
|
||||
"""
|
||||
self._collection.delete(ids=ids)
|
||||
self._collection.delete(ids=ids, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user