From 863ace094a45588d7dbec3706039d3ad32d78632 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Fri, 18 Oct 2024 14:13:45 +0000 Subject: [PATCH] Update the changelog --- .../instructor_embedders/CHANGELOG.md | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 integrations/instructor_embedders/CHANGELOG.md diff --git a/integrations/instructor_embedders/CHANGELOG.md b/integrations/instructor_embedders/CHANGELOG.md new file mode 100644 index 000000000..2c22fa90c --- /dev/null +++ b/integrations/instructor_embedders/CHANGELOG.md @@ -0,0 +1,61 @@ +# Changelog + +## [integrations/instructor_embedders-v0.4.1] - 2024-10-18 + +### ๐Ÿ“š Documentation + +- Disable-class-def (#556) + +### ๐Ÿงช 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) +- Adopt uv as installer (#1142) + +## [integrations/instructor_embedders-v0.4.0] - 2024-02-21 + +### ๐Ÿ› Bug Fixes + +- Fix order of API docs (#447) + +This PR will also push the docs to Readme + +### ๐Ÿ“š Documentation + +- Update category slug (#442) + +## [integrations/instructor_embedders-v0.3.0] - 2024-02-15 + +### ๐Ÿš€ Features + +- Generate API docs (#380) + +### ๐Ÿ“š Documentation + +- Update paths and titles (#397) + +## [integrations/instructor_embedders-v0.2.1] - 2024-01-30 + +## [integrations/instructor_embedders-v0.2.0] - 2024-01-22 + +### โš™๏ธ Miscellaneous Tasks + +- Replace - with _ (#114) +- chore!: Rename `model_name_or_path` to `model` in the Instructor integration (#229) + +* rename model_name_or_path in doc embedder + +* fix tests for doc embedder + +* rename model_name_or_path to model in text embedder + +* fix tests for text embedder + +* feedback + +