- 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)
- Add streaming support to OllamaChatGenerator (#757)
- Disable-class-def (#556)
- Update docstrings (#499)
- Change testing workflow (#551)
- Add ollama embedder example (#669)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Update category slug (#442)
- Use
serialize_callable
instead ofserialize_callback_handler
in Ollama (#461)
- Generate api docs (#332)