diff --git a/integrations/ollama/CHANGELOG.md b/integrations/ollama/CHANGELOG.md index 29c8dd910..9e2e0a0cb 100644 --- a/integrations/ollama/CHANGELOG.md +++ b/integrations/ollama/CHANGELOG.md @@ -1,27 +1,45 @@ # Changelog +## [integrations/ollama-v2.1.0] - 2024-11-28 + +### ๐Ÿš€ Features + +- `OllamaDocumentEmbedder` - allow batching embeddings (#1224) + +### ๐ŸŒ€ Miscellaneous + +- Chore: update changelog for `ollama-haystack==2.0.0` (#1214) +- Chore: use class methods to create `ChatMessage` (#1222) + ## [integrations/ollama-v2.0.0] - 2024-11-22 ### ๐Ÿ› Bug Fixes - Adapt to Ollama client 0.4.0 (#1209) +### โš™๏ธ CI + +- Adopt uv as installer (#1142) + + ## [integrations/ollama-v1.1.0] - 2024-10-11 ### ๐Ÿš€ Features - Add `keep_alive` parameter to Ollama Generators (#1131) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - Update ruff linting scripts and settings (#1105) + ## [integrations/ollama-v1.0.1] - 2024-09-26 ### ๐Ÿ› Bug Fixes - Ollama Chat Generator - add missing `to_dict` and `from_dict` methods (#1110) + ## [integrations/ollama-v1.0.0] - 2024-09-07 ### ๐Ÿ› Bug Fixes @@ -36,31 +54,47 @@ - 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) +### ๐ŸŒ€ Miscellaneous + +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) +- Chore: ollama - ruff update, don't ruff tests (#985) + ## [integrations/ollama-v0.0.7] - 2024-05-31 ### ๐Ÿš€ Features - Add streaming support to OllamaChatGenerator (#757) +### ๐ŸŒ€ Miscellaneous + +- Chore: add license classifiers (#680) +- Chore: change the pydoc renderer class (#718) + ## [integrations/ollama-v0.0.6] - 2024-04-18 ### ๐Ÿ“š Documentation - Disable-class-def (#556) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - Update docstrings (#499) -### Ollama +### ๐ŸŒ€ Miscellaneous +- Update API docs adding embedders (#494) - Change testing workflow (#551) +- Remove references to Python 3.7 (#601) - Add ollama embedder example (#669) +- Fix: change ollama output name to 'meta' (#670) ## [integrations/ollama-v0.0.5] - 2024-02-28 @@ -68,24 +102,42 @@ - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### ๐Ÿ“š Documentation - Update category slug (#442) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - Use `serialize_callable` instead of `serialize_callback_handler` in Ollama (#461) +### ๐ŸŒ€ Miscellaneous + +- Ollama document embedder (#400) +- Changed Default Ollama Embedding models to supported model: nomic-embed-text (#490) + ## [integrations/ollama-v0.0.4] - 2024-02-12 -### Ollama +### ๐ŸŒ€ Miscellaneous +- Ollama: add license (#219) - Generate api docs (#332) +- Ollama Text Embedder with new format (#252) +- Support for streaming ollama generator (#280) ## [integrations/ollama-v0.0.3] - 2024-01-16 +### ๐ŸŒ€ Miscellaneous + +- Docs: Ollama docstrings update (#171) +- Add example of OllamaGenerator (#170) +- Ollama Chat Generator (#176) +- Ollama: improve test (#191) +- Mount Ollama in haystack_integrations (#216) + ## [integrations/ollama-v0.0.1] - 2024-01-03 +### ๐ŸŒ€ Miscellaneous + +- Ollama Integration (#132) +