From 9438634f2082bc8c7ebd518f319512ed4fbe9882 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Mon, 7 Oct 2024 08:58:06 +0000 Subject: [PATCH] Update the changelog --- integrations/fastembed/CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/integrations/fastembed/CHANGELOG.md b/integrations/fastembed/CHANGELOG.md index 9ae3da929..b5c194d8b 100644 --- a/integrations/fastembed/CHANGELOG.md +++ b/integrations/fastembed/CHANGELOG.md @@ -1,11 +1,20 @@ # Changelog -## [unreleased] +## [integrations/fastembed-v1.3.0] - 2024-10-07 + +### ๐Ÿš€ Features + +- Introduce `model_kwargs` in Sparse Embedders (can be used for BM25 parameters) (#1126) + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) ### โš™๏ธ Miscellaneous Tasks - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- Update ruff linting scripts and settings (#1105) ### Fix