Breaking Change
- the REST api moved from
collection_name
->collection_id
. All clients must update to this.
What's Changed
- Fix docker compose persistence issue and use multistage builder pattern to shrink chroma docker image by @perryrobinson in #456
- bump to 1.4.2. by @jeffchuber in #552
- Change cross version tests to use standard import from path by @HammadB in #557
- Switch to a model that tracks metadata instead of set in test_collections.py by @HammadB in #558
- Disable telemetry in CI by @levand in #561
- Class-based Dependency Injection by @levand in #480
- Add new
overrides
lib to pyproject.toml by @levand in #563 - switch to named params for JS client by @jeffchuber in #513
- Add organization_id to openai embeddings by @Barqawiz in #548
- Add bookkeep on delete by @HammadB in #537
- Return 0 results Instead of raising NoDatapointException on an empty filter by @HammadB in #575
- Validate len(array) > 0 - address #437 by @HammadB in #577
- When there is no data, don't error just return 0 results by @HammadB in #576
- add initial contributing.md doc by @jeffchuber in #578
- Chroma core/chrome 536 by @suitedaces in #568
- docker-compose data persistence fix and docker compose up without build by @NxP4Code in #531
- Added api_base and api_type to the OpenAIEmbeddingFunction by @sudhcha in #517
- Switch to ONNX model for default embedding model by @HammadB in #267
- DB base classes and query building tools by @levand in #511
- [bugfix] raises NotEnoughElementsException complaining n_results is greater than total number of elements by @Satyam-79 in #360
- switch to camelcase inputs by @jeffchuber in #587
- Add task instruction pairing to InstructorEmbeddingFunction by @marvinyan in #556
- Add Google Vertex Embedding Function by @Josh-XT in #528
- collection.delete() Bug fix by @NxP4Code in #592
- SQL Migration system by @levand in #559
- bump JS to 1.5.0 by @jeffchuber in #607
New Contributors
- @perryrobinson made their first contribution in #456
- @Barqawiz made their first contribution in #548
- @suitedaces made their first contribution in #568
- @NxP4Code made their first contribution in #531
- @sudhcha made their first contribution in #517
- @marvinyan made their first contribution in #556
- @Josh-XT made their first contribution in #528
Full Changelog: 0.3.23...0.3.25