Defines the parameters for the delete method in the Chroma class. It can either contain an array of ids of the documents to be deleted or a filter object to specify the documents to be deleted.
delete
Chroma
ids
filter
Optional
Generated using TypeDoc
Defines the parameters for the
delete
method in theChroma
class. It can either contain an array ofids
of the documents to be deleted or afilter
object to specify the documents to be deleted.