Releases: chroma-core/chroma
0.4.14
Version: 0.4.14
Git ref: refs/tags/0.4.14
Build Date: 2023-10-09T22:20
PIP Package: chroma-0.4.14.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.4.14
DockerHub Image: chromadb/chroma:0.4.14
What's Changed
- [Bug]: Fix notifyAll deprecation by @tbetous in #1199
- [BUG] Update requirements for 3.11 support by @HammadB in #1201
- [ENH] Render.com Terraform Blueprint by @tazarov in #1176
- [ENH]: AWS Terraform Blueprint Improvements by @tazarov in #1173
- [ENH]: DO deployment blueprint by @tazarov in #1171
- Grpc Segments + Distributed Segment Manager by @HammadB in #952
- [BUG]: Chat with your documents example exhibits flaky retrieval by @atroyn in #1203
- [BUG]: Emergency Fix Integration Tests by @tazarov in #1210
- [BUG]: Python client sqlite issue by @tazarov in #1211
- [RELEASE] 0.4.14 by @beggers in #1221
New Contributors
Full Changelog: 0.4.13...0.4.14
0.4.13
Version: 0.4.13
Git ref: refs/tags/0.4.13
Build Date: 2023-09-25T17:58
PIP Package: chroma-0.4.13.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.4.13
DockerHub Image: chromadb/chroma:0.4.13
What's Changed
- [ENH] Pulsar Producer & Consumer by @HammadB in #921
- [ENH]: Support for $in and $nin metadata filters by @tazarov in #1151
- export IncludeEnum as it is required by #get and #query by @calvintwr in #1167
- Fix failing example terraform by @beggers in #1175
- [ENH] Metric batching and more metrics by @beggers in #1163
- [CHORE] Add support for pydantic v2 by @HammadB in #1174
- [RELEASE] 0.4.13 by @HammadB in #1180
New Contributors
- @calvintwr made their first contribution in #1167
Full Changelog: 0.4.12...0.4.13
0.4.12
Version: 0.4.12
Git ref: refs/tags/0.4.12
Build Date: 2023-09-20T08:01
PIP Package: chroma-0.4.12.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.4.12
DockerHub Image: chromadb/chroma:0.4.12
What's Changed
- [BUG]: Docker entrypoint logging path by @tazarov in #1159
- [RELEASE] 0.4.12 to fix Dockerfile log issue by @HammadB in #1165
Full Changelog: 0.4.11...0.4.12
0.4.11
Version: 0.4.11
Git ref: refs/tags/0.4.11
Build Date: 2023-09-19T16:54
PIP Package: chroma-0.4.11.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.4.11
DockerHub Image: chromadb/chroma:0.4.11
What's Changed
- [ENH] initial CLI by @jeffchuber in #1032
- [SEC]: Bandit Scan by @tazarov in #1113
- Enable manual workflow trigger by @sunilkumardash9 in #1036
- Fix broken peer OpenAI dep dependency range by @jacoblee93 in #1142
- bump JS to 1.5.9 by @jeffchuber in #1145
- simplified ut-s by @leo-gan in #1071
- [ENH]: JS Client Static Token support by @tazarov in #1114
- [ENH]: CIP-5: Large Batch Handling Improvements Proposal by @tazarov in #1077
- [BUG]: Fixing broken peer deps by @tazarov in #1153
- [BUG]: Fixed BF index overflow issue with subsequent delete by @tazarov in #1150
- js 1.5.10 by @jeffchuber in #1155
- [BUG]: Added cohere version 6.x support in peer dependencies by @tazarov in #1156
- [RELEASE] JS 1.5.11 by @HammadB in #1161
- Release 0.4.11 by @HammadB in #1162
New Contributors
- @sunilkumardash9 made their first contribution in #1036
- @jacoblee93 made their first contribution in #1142
Full Changelog: 0.4.10...0.4.11
0.4.10
Version: 0.4.10
Git ref: refs/tags/0.4.10
Build Date: 2023-09-11T20:00
PIP Package: chroma-0.4.10.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.4.10
DockerHub Image: chromadb/chroma:0.4.10
What's Changed
- update JS instructions by @jeffchuber in #960
- [BLD] Add dockerhub support by @HammadB in #1112
- [BUG]: Issue where In/Nin list values by @tazarov in #1111
- [BUG]: URL Parsing And Validation by @tazarov in #1118
- [ENH] Added auth and external volume support for GCP by @tazarov in #1107
- [CHORE] Bump HNSWlib to latest version that has precompiled binaries by @HammadB in #1109
- [RELEASE] 0.4.10 by @HammadB in #1132
Full Changelog: 0.4.9...0.4.10
0.4.9
Version: 0.4.9
Git ref: refs/tags/0.4.9
Build Date: 2023-09-06T05:40
PIP Package: chroma-0.4.9.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.4.9
What's Changed
- [ENH] Added providers to onnx runtime session by @tazarov in #1006
- multiplatform docker release builds by @jeffchuber in #857
- [ENH]: JS Client Support for Auth by @tazarov in #1050
- [ENH]: OpenAI npm package v4 breaking changes by @tazarov in #1039
- [BUG] fix: numpy version compat for 3.7 vs > for cross_version_tests by @HammadB in #1064
- fix: use workaround for dynamic import by @perzeuss in #956
- [BUG]: Fixed Static Auth Token range of allowed chars by @tazarov in #1076
- [CLN] replaced lambdas with def by @leo-gan in #1070
- Add CIP-1 Allow Filtering for Collections by @Ishiihara in #855
- [BUG]: Local Segment Dir Removal by @tazarov in #1080
- [ENH]: CIP-4: In and Not In Metadata Filters by @tazarov in #1081
- [BUG] docker-compose default persistent directory path updated by @Benvii in #1046
- [ENH]: AWS Deployment by @tazarov in #1086
- [ENH]: Improved HttpClient URL support by @tazarov in #1067
- Add explicit env to docker compose so that it can hint at usage by @HammadB in #1088
- [BLD] Add release automation for JS client by @HammadB in #1091
- [BLD] Add working directory to npm run js by @HammadB in #1092
- [BLD] Prevent python release from running on js tag pushes by @HammadB in #1093
- [BLD] Release env vars save to GITHUB_ENV by @HammadB in #1094
- [BLD] Add install deps to JS release workflow by @HammadB in #1095
- [BLD] Add npm run db:run to run docker-compose up by @HammadB in #1097
- [RELEASE] Release JS 1.5.7 by @HammadB in #1090
- remove unused bin/build by @jeffchuber in #1099
- [RELEASE] Release 0.4.9 by @HammadB in #1100
New Contributors
Full Changelog: 0.4.8...0.4.9
0.4.8
Version: 0.4.8
Git ref: refs/tags/0.4.8
Build Date: 2023-08-29T06:15
PIP Package: chroma-0.4.8.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.4.8
What's Changed
- [BUG]: Added allow_reuse=True to pydantic validators by @tazarov in #1054
- [BUG] Add dep fix for pydantic in thin client by @HammadB in #1033
- [ENH]: Auth Providers - Static API Token by @tazarov in #1051
- Release 0.4.8 by @HammadB in #1056
Full Changelog: 0.4.7...0.4.8
0.4.7
Version: 0.4.7
Git ref: refs/tags/0.4.7
Build Date: 2023-08-23T23:45
PIP Package: chroma-0.4.7.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.4.7
What's Changed
- feat: support conditional exports in js client by @perzeuss in #963
- [ENH] Max batch size warning by @HammadB in #995
- [ENH] Prevent unrestricted delete by @HammadB in #994
- [DOC] Add contributing guide to readme and check if tests pass to PR template by @HammadB in #987
- [ENH] CIP-2: Auth Providers Proposal by @tazarov in #986
- [BUG]: CIP-2 Auth Providers - Clean-up by @tazarov in #1025
- [BUG]: CIP-2: Fixed docker-compose.yaml to work with env file by @tazarov in #1030
- Release 0.4.7 by @HammadB in #1031
New Contributors
Full Changelog: 0.4.6...0.4.7
0.4.6
Version: 0.4.6
Git ref: refs/tags/0.4.6
Build Date: 2023-08-15T05:48
PIP Package: chroma-0.4.6.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.4.6
What's Changed
- Serve resources from API routes ending in / by @beggers in #926
- clean up JS API, remove increment_index, createIndex and rawSql by @jeffchuber in #922
- Web AI embedder fixes by @visheratin in #929
- feat: Improved GCP deployment instructions by @tazarov in #951
- ENH: Chroma types available as top-level imports by @mcgeestocks in #940
- [PERF] Make the index correctly use FTS by @HammadB in #958
- [PERF] Batch SQLite Embeddings Queue by @HammadB in #959
- Where filtering with logical operators - updated examples by @tazarov in #966
- [TST] Fix #927 by adding hnsw params to test_vector segment tests by @HammadB in #974
- [DOC] Fix where documentation by @HammadB in #973
- [PERF] Improve performance of duplicate ID validator by @steve-marmalade in #947
- better resetting error messaging by @CakeCrusher in #918
- [PERF] SQLite fts index by @HammadB in #965
- Fix model download for ONNX embedder by @Josh-XT in #976
- Release 0.4.6 by @HammadB in #988
New Contributors
- @beggers made their first contribution in #926
- @tazarov made their first contribution in #951
- @mcgeestocks made their first contribution in #940
- @steve-marmalade made their first contribution in #947
Full Changelog: 0.4.5...0.4.6
0.4.5
Version: 0.4.5
Git ref: refs/tags/0.4.5
Build Date: 2023-08-04T06:35
PIP Package: chroma-0.4.5.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.4.5
What's Changed
- New starter notebook by @atroyn in #881
- Allow fast api to consume none for add/update types by @HammadB in #928
- Release 0.4.5 by @HammadB in #930
Full Changelog: 0.4.4...0.4.5