Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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))
- Loading branch information