Skip to content

Commit 18cad72

Browse files
Anush008github-actions[bot]
authored andcommitted
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.14.1...v4.0.0) (2024-08-18) * feat!: #[non_exhaustive] and builder ([#112](#112)) ([4ea0ae8](4ea0ae8)) * fix!: Throws an informative error upon inappropriate batch size with Dynamic Quantized models ([#109](#109)) ([51686c3](51686c3)) ### Features * `EmbeddingOutput` to allow for custom output key and transformations ([#102](#102)) ([befdb32](befdb32)) * mean pooling ([#99](#99)) ([4f09b68](4f09b68)) ### BREAKING CHANGES * Struct expression is not allowed anymore. * Adds a new struct field to `UserDefinedEmbeddingModel`. ## [4.0.0](v3.14.1...v4.0.0) (2024-08-18) ### ⚠ BREAKING CHANGES * Struct expression is not allowed anymore. * Image Embeddings (#101) * Adds a new struct field to `UserDefinedEmbeddingModel`. ### 🍕 Features * #[non_exhaustive] and builder ([#112](#112)) ([4ea0ae8](4ea0ae8)) * `EmbeddingOutput` to allow for custom output key and transformations ([#102](#102)) ([befdb32](befdb32)) * Image Embeddings ([#101](#101)) ([94b8f78](94b8f78)) * mean pooling ([#99](#99)) ([4f09b68](4f09b68)) ### 🐛 Bug Fixes * Throws an informative error upon inappropriate batch size with Dynamic Quantized models ([#109](#109)) ([51686c3](51686c3)) ### 📝 Documentation * Collapsible text models list README.md ([#106](#106)) ([eddb356](eddb356)) ### 🧑‍💻 Code Refactoring * Restructured FS for consistency ([#111](#111)) ([3b44cf9](3b44cf9)) ### 🧹 Chores * bump ort to =2.0.0-rc.5 ([#113](#113)) ([cea92b6](cea92b6)) * improve pooling speed and documentations ([#103](#103)) ([0f30a77](0f30a77)) * make `pooling::mean` compatible with 2D arrays ([#108](#108)) ([843f7f5](843f7f5))
1 parent cea92b6 commit 18cad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastembed"
3-
version = "3.14.1"
3+
version = "4.0.0"
44
edition = "2021"
55
description = "Rust implementation of https://github.com/qdrant/fastembed"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)