From 51abafea60804b74e480b46090a9955fbe0839e3 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Tue, 19 Nov 2024 16:12:29 +0000 Subject: [PATCH] Update the changelog --- integrations/fastembed/CHANGELOG.md | 62 ++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 5 deletions(-) diff --git a/integrations/fastembed/CHANGELOG.md b/integrations/fastembed/CHANGELOG.md index 5dd62d130..841781660 100644 --- a/integrations/fastembed/CHANGELOG.md +++ b/integrations/fastembed/CHANGELOG.md @@ -1,11 +1,23 @@ # Changelog +## [integrations/fastembed-v1.4.1] - 2024-11-19 + +### ๐ŸŒ€ Miscellaneous + +- Add new example with the ranker and fix the old ones (#1198) +- Fix: Fastembed - Change default Sparse model as the used one is deprecated due to a typo (#1201) + ## [integrations/fastembed-v1.4.0] - 2024-11-13 -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Adopt uv as installer (#1142) +### ๐ŸŒ€ Miscellaneous + +- Chore: fastembed - pin `onnxruntime<1.20.0` (#1164) +- Feat: Fastembed - add FastembedRanker (#1178) + ## [integrations/fastembed-v1.3.0] - 2024-10-07 ### ๐Ÿš€ Features @@ -16,20 +28,35 @@ - Do not retry tests in `hatch run test` command (#954) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) + +### ๐Ÿงน Chores + - Update ruff invocation to include check parameter (#853) - Update ruff linting scripts and settings (#1105) -### Fix +### ๐ŸŒ€ Miscellaneous +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) - Typo on Sparse embedders. The parameter should be "progress_bar" โ€ฆ (#814) +- Chore: fastembed - ruff update, don't ruff tests (#997) ## [integrations/fastembed-v1.1.0] - 2024-05-15 +### ๐ŸŒ€ Miscellaneous + +- Chore: change the pydoc renderer class (#718) +- Use the local_files_only option available as of fastembed==0.2.7. It โ€ฆ (#736) + ## [integrations/fastembed-v1.0.0] - 2024-05-06 +### ๐ŸŒ€ Miscellaneous + +- Chore: add license classifiers (#680) +- `FastembedSparseTextEmbedder` - remove `batch_size` (#688) + ## [integrations/fastembed-v0.1.0] - 2024-04-10 ### ๐Ÿš€ Features @@ -40,6 +67,10 @@ - Disable-class-def (#556) +### ๐ŸŒ€ Miscellaneous + +- Remove references to Python 3.7 (#601) + ## [integrations/fastembed-v0.0.6] - 2024-03-07 ### ๐Ÿ“š Documentation @@ -47,20 +78,32 @@ - Review and normalize docstrings - `integrations.fastembed` (#519) - Small consistency improvements (#536) +### ๐ŸŒ€ Miscellaneous + +- Docs: Fix `integrations.fastembed` API docs (#540) +- Improvements to FastEmbed integration (#558) + ## [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) +### ๐ŸŒ€ Miscellaneous + +- Fastembed integration new parameters (#446) + ## [integrations/fastembed-v0.0.4] - 2024-02-16 +### ๐ŸŒ€ Miscellaneous + +- Fastembed integration: add example (#401) +- Fastembed fix: add parallel (#403) + ## [integrations/fastembed-v0.0.3] - 2024-02-12 ### ๐Ÿ› Bug Fixes @@ -73,6 +116,15 @@ This PR will also push the docs to Readme ## [integrations/fastembed-v0.0.2] - 2024-02-11 +### ๐ŸŒ€ Miscellaneous + +- Updated labeler and readme (#389) +- Fastembed fix: added prefix and suffix (#390) + ## [integrations/fastembed-v0.0.1] - 2024-02-10 +### ๐ŸŒ€ Miscellaneous + +- Add Fastembed Embeddings integration (#383) +