chroma
chroma copied to clipboard
[ENH] Make compactor not do a trace::error for soft deleted collections
Description of changes
Summarize the changes made by this PR.
- Improvements & Bug fixes
- Compactor does a trace::error when a collection is not found. This PR avoids doing that on soft deleted collections.
- New functionality
- ...
Test plan
How are these changes tested?
- [ ] Tests pass locally with
pytestfor python,yarn testfor js,cargo testfor rust
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?