You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENH] Fix 422 Unprocessable Entity error in Chroma Load (#4537)
## Description of changes
If the bit-difference workload is used for pure-upsert workloads it will
violate quota. This PR shrinks the batch size to just one cluster at a
time. By construction clusters fit a batch.
## Test plan
- [X] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust
## Documentation Changes
N/A
0 commit comments