Version: 0.5.18
Git ref: refs/tags/0.5.18
Build Date: 2024-11-05T19:15
PIP Package: chroma-0.5.18.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.18
DockerHub Image: chromadb/chroma:0.5.18
What's Changed
- [ENH]: refine some default arguments for foyer by @MrCroxx in #3037
- [BUG] Fix NAC getting stuck by @sanketkedia in #2991
- [ENH] Remove collection_id from get_collection by @drewkim in #3040
- [TST] Move test utilities to individual crates by @Sicheng-Pan in #3041
- [ENH] Output block size when writing to storage. by @rescrv in #3042
- [ENH] Add fastapi middleware for http.disconnect by @HammadB in #3038
- [CHORE] More details logged to understand compaction. by @rescrv in #3050
- [CHORE] Bump github actions/checkout to v4. by @rescrv in #3053
- [CLN] Remove quota_rules from QuotaProvider by @drewkim in #3054
- [CHORE] Log block id on cold get. by @rescrv in #3055
- [DOCS] Update CIP Chroma Improvement Proposals reference by @emmanuel-ferdman in #3056
- [BUG] Convert OpenCLIP embeddings to numpy arrays by @itaismith in #3051
- [ENH]: replace
get_block_ids_*
withget_block_ids_range()
in SparseIndex by @codetheweb in #2921 - [ENH]: replace
get_*
methods on Arrow blocks withget_range()
by @codetheweb in #2934 - [ENH]: replace
get_*
methods on memory blockfile impl withget_range()
by @codetheweb in #2935 - [ENH]: replace
.get_*
methods on blockfile API with.get_range()
by @codetheweb in #2936 - [ENH]: make
get_range()
a lazy Stream by @codetheweb in #3009 - [ENH] Comment about integer division. by @rescrv in #3059
- [CLN] Remove QuotaProvider by @drewkim in #3061
- [RELEASE] 0.5.18 by @itaismith in #3063
New Contributors
- @emmanuel-ferdman made their first contribution in #3056
Full Changelog: 0.5.17...0.5.18