chroma
chroma copied to clipboard
[CLN] `delete` API should return `None`
The Collection.delete API seemingly returns None, but our internal implementation returns a list of the IDs that were deleted. These should also return None for consistency.