Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Tags: Anush008/chromadb-rs

Tags

v2.3.0

Toggle v2.3.0's commit message
chore(release): 2.3.0 [skip ci] # [2.3.0](v2.2.2...v2.3.0) (2025-06-28) ### Features * Add rustls-tls feature ([#30](#30)) ([519bc5d](519bc5d)) ## [2.3.0](v2.2.2...v2.3.0) (2025-06-28) ### 🍕 Features * Add rustls-tls feature ([#30](#30)) ([519bc5d](519bc5d)) ### 📝 Documentation * Update README.md GetQuery -> GetOptions ([#26](#26)) ([f922f5a](f922f5a))

v2.2.2

Toggle v2.2.2's commit message
chore(release): 2.2.2 [skip ci] ## [2.2.2](v2.2.1...v2.2.2) (2025-03-04) ### Bug Fixes * metadata deserialization/type issue in GetResult struct ([#25](#25)) ([5c137ac](5c137ac)) ## [2.2.2](v2.2.1...v2.2.2) (2025-03-04) ### 🐛 Bug Fixes * metadata deserialization/type issue in GetResult struct ([#25](#25)) ([5c137ac](5c137ac))

v2.2.1

Toggle v2.2.1's commit message
chore(release): 2.2.1 [skip ci] ## [2.2.1](v2.2.0...v2.2.1) (2025-01-16) ## [2.2.1](v2.2.0...v2.2.1) (2025-01-16) ### 🔁 Continuous Integration * Patch release for chores ([#23](#23)) ([64967ec](64967ec))

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci] # [2.2.0](v2.1.0...v2.2.0) (2025-01-09) ### Features * add update collection ([#20](#20)) ([a9cb48e](a9cb48e)) ## [2.2.0](v2.1.0...v2.2.0) (2025-01-09) ### 🍕 Features * add update collection ([#20](#20)) ([a9cb48e](a9cb48e))

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci] # [2.1.0](v2.0.0...v2.1.0) (2025-01-04) ### Features * add configuration field to chroma collection ([#19](#19)) ([14b969f](14b969f)) ## [2.1.0](v2.0.0...v2.1.0) (2025-01-04) ### 🍕 Features * add configuration field to chroma collection ([#19](#19)) ([14b969f](14b969f))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci] # [2.0.0](v1.1.0...v2.0.0) (2024-12-30) ### Bug Fixes * pass None when ids vector is empty for getting embeddings ([#18](#18)) ([7b6bd81](7b6bd81)) ## [2.0.0](v1.1.0...v2.0.0) (2024-12-30) ### ⚠ BREAKING CHANGES * Update to v2 API, flatten v2 module, improve concurrency. (#17) ### 🐛 Bug Fixes * pass None when ids vector is empty for getting embeddings ([#18](#18)) ([7b6bd81](7b6bd81)) ### 📝 Documentation * Tidy README.md ([96b256c](96b256c)) ### 🧑‍💻 Code Refactoring * Update to v2 API, flatten v2 module, improve concurrency. ([#17](#17)) ([3232d8a](3232d8a))

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci] # [1.1.0](v1.0.2...v1.1.0) (2024-11-26) ### Features * Add support for Chroma's Database feature. ([#16](#16)) ([ef864cb](ef864cb)) ## [1.1.0](v1.0.2...v1.1.0) (2024-11-26) ### 🍕 Features * Add support for Chroma's Database feature. ([#16](#16)) ([ef864cb](ef864cb))

v1.0.2

Toggle v1.0.2's commit message
chore(release): 1.0.2 [skip ci] ## [1.0.2](v1.0.1...v1.0.2) (2024-11-15) ## [1.0.2](v1.0.1...v1.0.2) (2024-11-15) ### 🧑‍💻 Code Refactoring * Removed Option<> nesting in Query results ([#15](#15)) ([2203584](2203584))

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci] ## [1.0.1](v1.0.0...v1.0.1) (2024-11-15) ### Bug Fixes * EmbeddingFunction trait - Send + Sync bounds ([7ea3adb](7ea3adb)) ## [1.0.1](v1.0.0...v1.0.1) (2024-11-15) ### 🐛 Bug Fixes * EmbeddingFunction trait - Send + Sync bounds ([7ea3adb](7ea3adb))

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci] # [1.0.0](v0.5.0...v1.0.0) (2024-11-12) ## [1.0.0](v0.5.0...v1.0.0) (2024-11-12) ### ⚠ BREAKING CHANGES * Async Implementation (#13) ### 🧑‍💻 Code Refactoring * Async Implementation ([#13](#13)) ([3d532d3](3d532d3)) ### 🔁 Continuous Integration * Fix release, Remove SBERT ([d8235d3](d8235d3))