了解如何从 Chroma 集合(collections)中删除数据。
.delete
id
collection.delete( ids=["id1", "id2", "id3",...], )
where
ids
collection.delete( ids=["id1", "id2", "id3",...], where={"chapter": "20"} )
此页面是否有帮助?