Releases: chroma-core/chroma
0.3.22
Version: 0.3.22
Git ref: refs/tags/0.3.22
Build Date: 2023-05-08T19:46
PIP Package: chroma-0.3.22.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.22
What's Changed
- fix typo in DEVELOP.md by @eltociear in #317
- updated n_results parameter in example query by @shivankar-p in #319
- Change the spelling of Srart to Start by @pkiage in #310
- Remove sudo usage from Google Cloud deployment example by @Alw3ys in #259
- add running js tests, currently all pass by @jeffchuber in #297
- [meta] add github issue templates by @sw-yx in #256
- [docs] add replit template to readme by @sw-yx in #318
- remove contact question from github issue template by @sw-yx in #362
- [bugfix] Ensure Openai batch embeddings are sorted by index by @ashwinsr in #344
- make api_key in OpenAIEmbeddingFunction optional by @fr0th in #320
- JS client parity and broken out tests by @jeffchuber in #292
- Update roadmap url by @AdjectiveAllison in #393
- Removing pat due to public repo being clonable with no permissions by @AdjectiveAllison in #392
- Fix client tests by @grishick in #402
- Fix OpenAIEmbeddingFunction in JS to use passed model name by @naynaly10 in #381
- Remove duplication from .gitignore by @naynaly10 in #376
- much improved doc strings for client by @jeffchuber in #290
- swap axios for fetch in the JS client by @jeffchuber in #409
- Team/hypothesis tests by @HammadB in #474
- check for none instead of truth for optional array arguments by @schwebke in #408
- Upgrade to 0.3.22 by @HammadB in #479
New Contributors
- @shivankar-p made their first contribution in #319
- @pkiage made their first contribution in #310
- @ashwinsr made their first contribution in #344
- @fr0th made their first contribution in #320
- @AdjectiveAllison made their first contribution in #393
- @grishick made their first contribution in #402
- @naynaly10 made their first contribution in #381
- @schwebke made their first contribution in #408
Full Changelog: 0.3.21...0.3.22
0.3.21
Version: 0.3.21
Git ref: refs/tags/0.3.21
Build Date: 2023-04-05T04:10
PIP Package: chroma-0.3.21.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.21
What's Changed
- Increment version to 0.3.20 by @levand in #286
- Add flake8 linter, address linter issues by @HammadB in #287
- Fix update bug by @HammadB in #293
- Release 0.3.21 by @HammadB in #294
Full Changelog: 0.3.20...0.3.21
0.3.20
Version: 0.3.20
Git ref: refs/tags/0.3.20
Build Date: 2023-04-03T14:45
PIP Package: chroma-0.3.20.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.20
Full Changelog: 0.3.19...0.3.20
0.3.18
Version: 0.3.18
Git ref: refs/tags/0.3.18
Build Date: 2023-03-31T16:28
PIP Package: chroma-0.3.18.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.18
What's Changed
- Version 0.3.17 by @levand in #266
- Fix bug with multiple collections by @levand in #271
- Release 0.3.18 by @HammadB in #273
Full Changelog: 0.3.17...0.3.18
0.3.17
Version: 0.3.17
Git ref: refs/tags/0.3.17
Build Date: 2023-03-30T23:32
PIP Package: chroma-0.3.17.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.17
What's Changed
Full Changelog: 0.3.16...0.3.17
0.3.16
Version: 0.3.16
Git ref: refs/tags/0.3.16
Build Date: 2023-03-30T20:26
PIP Package: chroma-0.3.16.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.16
What's Changed
- fix js tests, fix bug with index deletion by @jeffchuber in #261
Full Changelog: 0.3.15...0.3.16
0.3.15
Version: 0.3.15
Git ref: refs/tags/0.3.15
Build Date: 2023-03-30T18:52
PIP Package: chroma-0.3.15.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.15
What's Changed
- new version by @jeffchuber in #246
- Support parameters for HNSW indexes using metadata by @levand in #245
- get current version by @jeffchuber in #247
- configurable cors by @jeffchuber in #251
- Removed unused imports by @nlsfnr in #197
- Google Cloud Compute deployment example by @Alw3ys in #229
- fixes the log for persist by @jeffchuber in #255
- Removed unused variables by @nlsfnr in #198
- Fix Collection UUID bug on DuckDB by @elozano98 in #257
- Fix index resize bug by @levand in #253
- Bump version by @HammadB in #262
New Contributors
- @Alw3ys made their first contribution in #229
- @elozano98 made their first contribution in #257
Full Changelog: 0.3.14...0.3.15
0.3.14
Version: 0.3.14
Git ref: refs/tags/0.3.14
Build Date: 2023-03-28T18:13
PIP Package: chroma-0.3.14.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.14
What's Changed
- create persist dir if not exist, correct logging of persistence by @jeffchuber in #244
Full Changelog: 0.3.13...0.3.14
0.3.13
Version: 0.3.13
Git ref: refs/tags/0.3.13
Build Date: 2023-03-27T19:10
PIP Package: chroma-0.3.13.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.13
What's Changed
Full Changelog: 0.3.12...0.3.13
0.3.12
Version: 0.3.12
Git ref: refs/tags/0.3.12
Build Date: 2023-03-26T23:36
PIP Package: chroma-0.3.12.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.12
What's Changed
- Use standardized Python logging by @levand in #204
- fix uvicorn command typo by @BKluwe22 in #207
- Add embedding wrapper for http request to hugging faces embedding api by @Laserbear in #217
- added support for ssl / https in fastapi client by @floleuerer in #208
- In my experience T5 is much better, add comment with that as an option. by @danielgross in #206
- fixed typos by @dbasch in #223
- [docs] Readme Refactor by @sw-yx in #222
- Added function for the Instructor models. by @dbasch in #230
- fix typo in DEVELOP.md by @eltociear in #231
- Update Collection.py by @jschachter in #235
- Add telemetry by @HammadB in #233
New Contributors
- @BKluwe22 made their first contribution in #207
- @Laserbear made their first contribution in #217
- @floleuerer made their first contribution in #208
- @dbasch made their first contribution in #223
- @sw-yx made their first contribution in #222
- @eltociear made their first contribution in #231
- @jschachter made their first contribution in #235
Full Changelog: 0.3.11...0.3.12