From 2d93ea3abf2141bca2395ead36d28d9dff8bb413 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Mon, 1 Jul 2024 18:44:29 +0000 Subject: [PATCH] Update the changelog --- integrations/fastembed/CHANGELOG.md | 63 +++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 integrations/fastembed/CHANGELOG.md diff --git a/integrations/fastembed/CHANGELOG.md b/integrations/fastembed/CHANGELOG.md new file mode 100644 index 000000000..9ae3da929 --- /dev/null +++ b/integrations/fastembed/CHANGELOG.md @@ -0,0 +1,63 @@ +# Changelog + +## [unreleased] + +### ⚙️ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) +- Update ruff invocation to include check parameter (#853) + +### Fix + +- Typo on Sparse embedders. The parameter should be "progress_bar" … (#814) + +## [integrations/fastembed-v1.1.0] - 2024-05-15 + +## [integrations/fastembed-v1.0.0] - 2024-05-06 + +## [integrations/fastembed-v0.1.0] - 2024-04-10 + +### 🚀 Features + +- *(FastEmbed)* Support for SPLADE Sparse Embedder (#579) + +### 📚 Documentation + +- Disable-class-def (#556) + +## [integrations/fastembed-v0.0.6] - 2024-03-07 + +### 📚 Documentation + +- Review and normalize docstrings - `integrations.fastembed` (#519) +- Small consistency improvements (#536) + +## [integrations/fastembed-v0.0.5] - 2024-02-20 + +### 🐛 Bug Fixes + +- Fix order of API docs (#447) + +This PR will also push the docs to Readme + +### 📚 Documentation + +- Update category slug (#442) + +## [integrations/fastembed-v0.0.4] - 2024-02-16 + +## [integrations/fastembed-v0.0.3] - 2024-02-12 + +### 🐛 Bug Fixes + +- From numpy float to float (#391) + +### 📚 Documentation + +- Update paths and titles (#397) + +## [integrations/fastembed-v0.0.2] - 2024-02-11 + +## [integrations/fastembed-v0.0.1] - 2024-02-10 + +