Version: 0.3.23
Git ref: refs/tags/0.3.23
Build Date: 2023-05-15T22:26
PIP Package: chroma-0.3.23.tar.gz
Docker Image: ghcr.io/chroma-core/chroma:0.3.23
What's Changed
- Add Google PaLM embedding function. by @dglazkov in #445
- Use collection id instead of name by @levand in #291
- Extend deadline for hypothesis by @HammadB in #504
- Add precommit hooks by @HammadB in #483
- Increase hnswlib num_threads to match cpu_count by @HammadB in #505
- Fix update_collection by @HammadB in #502
- Guard against missing collection in Collection hypothesis tests by @levand in #514
- Prevent duplicate collection names by @levand in #519
- Feature added: Validate that embeddings on add, query, update, upsert are numeric by @Satyam-79 in #481
- Fix types in hnswlib.py by @HammadB in #522
- Adds device (cuda) option for TransformerEmbeddingFunction by @spartanhaden in #331
- Add ability to pass model name to CohereEmbeddingFunction by @naynaly10 in #382
- added missing embedding_function param in get_or_create_collection by @shivankar-p in #307
- Add Python 3.10.0 note to DEVELOP.md by @dglazkov in #444
- Add example demonstrating using openai & cohere embeddings by @fr0th in #321
- Fix types in fastapi server and related files by @HammadB in #524
- Fix query bug by @HammadB in #532
- Add Text2VecEmbeddingFunction by @rxy1212 in #417
- Python docstings and types for docs by @jeffchuber in #541
- Release 0.3.23 by @HammadB in #550
New Contributors
- @dglazkov made their first contribution in #445
- @Satyam-79 made their first contribution in #481
- @spartanhaden made their first contribution in #331
- @rxy1212 made their first contribution in #417
Full Changelog: 0.3.22...0.3.23