diff --git a/integrations/llama_cpp/CHANGELOG.md b/integrations/llama_cpp/CHANGELOG.md index ea4c05e4d..2d4a8c86e 100644 --- a/integrations/llama_cpp/CHANGELOG.md +++ b/integrations/llama_cpp/CHANGELOG.md @@ -1,46 +1,89 @@ # Changelog +## [integrations/llama_cpp-v0.4.2] - 2024-12-10 + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + +### โš™๏ธ CI + +- Adopt uv as installer (#1142) + +### ๐Ÿงน Chores + +- Update ruff linting scripts and settings (#1105) +- Unpin `llama-cpp-python` (#1115) +- Fix linting/isort (#1215) +- Use text instead of content for ChatMessage in Llama.cpp, Langfuse and Mistral (#1238) + +### ๐ŸŒ€ Miscellaneous + +- Chore: lamma_cpp - ruff update, don't ruff tests (#998) +- Fix: pin `llama-cpp-python<0.3.0` (#1111) + ## [integrations/llama_cpp-v0.4.1] - 2024-08-08 ### ๐Ÿ› Bug Fixes - Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) + +### ๐Ÿงน Chores + - Update ruff invocation to include check parameter (#853) - Pin `llama-cpp-python>=0.2.87` (#955) -## [integrations/llama_cpp-v0.4.0] - 2024-05-13 +### ๐ŸŒ€ Miscellaneous -### ๐Ÿ› Bug Fixes +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Fix: pin llama-cpp-python to an older version (#943) +- Refactor: introduce `_convert_message_to_llamacpp_format` utility function (#939) -- Fix commit (#436) +## [integrations/llama_cpp-v0.4.0] - 2024-05-13 +### ๐Ÿ› Bug Fixes +- Llama.cpp: change wrong links and imports (#436) - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### ๐Ÿ“š Documentation - Update category slug (#442) - Small consistency improvements (#536) - Disable-class-def (#556) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - [**breaking**] Rename model_path to model in the Llama.cpp integration (#243) -### Llama.cpp +### ๐ŸŒ€ Miscellaneous - Generate api docs (#353) +- Model_name_or_path > model (#418) +- Llama.cpp - review docstrings (#510) +- Llama.cpp - update examples (#511) +- Make tests show coverage (#566) +- Remove references to Python 3.7 (#601) +- Chore: add license classifiers (#680) +- Chore: change the pydoc renderer class (#718) +- Basic implementation of llama.cpp chat generation (#723) ## [integrations/llama_cpp-v0.2.1] - 2024-01-18 +### ๐ŸŒ€ Miscellaneous + +- Update import paths for beta5 (#233) + ## [integrations/llama_cpp-v0.2.0] - 2024-01-17 +### ๐ŸŒ€ Miscellaneous + +- Mount llama_cpp in haystack_integrations (#217) + ## [integrations/llama_cpp-v0.1.0] - 2024-01-09 ### ๐Ÿš€ Features