Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG]: Fixed BF index overflow issue with subsequent delete (chroma-c…
…ore#1150) Refs: chroma-core#989 ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - When the BF index overflows (batch_size upon insertion of large batch it is cleared, if a subsequent delete request comes to delete Ids which were in the cleared BF index a warning is raised for non-existent embedding. The issue was resolved by separately checking if BF the record exists in the BF index and conditionally execute the BF removal ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python ## Documentation Changes N/A
- Loading branch information