Tags: chroma-core/chroma
Tags
[ENH]: Increase nprobe for smaller collections (#5226) ## Description of changes _Summarize the changes made by this PR._ - Improvements & Bug fixes - Increased from 16 to 24 since CV tests are still failing with 16 - New functionality - ... ## Test plan _How are these changes tested?_ - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Migration plan None ## Observability plan Observe CV tests in staging ## Documentation Changes None
[ENH]: add cache mount & tolerations to garbage collector template in… … Helm chart (#5016) ## Description of changes Adds options for a cache mount and tolerations to the garbage collector template. We want to enable sparse index caching on disk. ## Test plan _How are these changes tested?_ Validated that the pod created with `tilt up` has a `/cache/` directory.
[ENH]: Plumb prefix path all the way to the bf writer (#4743) ## Description of changes _Summarize the changes made by this PR._ - Improvements & Bug fixes - Plumbs the tenant and database id from compactor orchestrator to the segment writer. - The segment writer constructs the prefix path as per format: tenant/{tenant}/database/{database_id}/collection/{collection_id}/segment/{segment_id} - It then passes this prefix in the construction of various blockfile writers as part of the write options - New functionality - ... ## Test plan _How are these changes tested?_ - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
[RELEASE] 1.0.13 (#4878) ## Description of changes Release new python client 1.0.13 ## Test plan _How are these changes tested?_ - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes _Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs section](https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com)?_
[RELEASE] 1.0.12 (#4685) ## Description of changes Release Python 1.0.12 ## Test plan _How are these changes tested?_ - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes _Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs section](https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com)?_
PreviousNext