- Ollama - add support for tools (#1294)
- Make Ollama Chat Generator compatible with new ChatMessage (#1256)
- Chore: use
text
instead ofcontent
forChatMessage
in Ollama (#1239)
OllamaDocumentEmbedder
- allow batching embeddings (#1224)
- Chore: update changelog for
ollama-haystack==2.0.0
(#1214) - Chore: use class methods to create
ChatMessage
(#1222)
- Adapt to Ollama client 0.4.0 (#1209)
- Adopt uv as installer (#1142)
- Add
keep_alive
parameter to Ollama Generators (#1131)
- Update ruff linting scripts and settings (#1105)
- Ollama Chat Generator - add missing
to_dict
andfrom_dict
methods (#1110)
- Chat roles for model responses in chat generators (#1030)
- [breaking] Use ollama python library instead of calling the API with
requests
(#1059)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Chore: ollama - ruff update, don't ruff tests (#985)
- Add streaming support to OllamaChatGenerator (#757)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Disable-class-def (#556)
- Update docstrings (#499)
- 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)
- Fix order of API docs (#447)
- Update category slug (#442)
- Use
serialize_callable
instead ofserialize_callback_handler
in Ollama (#461)
- Ollama document embedder (#400)
- Changed Default Ollama Embedding models to supported model: nomic-embed-text (#490)
- Ollama: add license (#219)
- Generate api docs (#332)
- Ollama Text Embedder with new format (#252)
- Support for streaming ollama generator (#280)
- Docs: Ollama docstrings update (#171)
- Add example of OllamaGenerator (#170)
- Ollama Chat Generator (#176)
- Ollama: improve test (#191)
- Mount Ollama in haystack_integrations (#216)
- Ollama Integration (#132)