Skip to content

Latest commit

 

History

History
69 lines (36 loc) · 1.31 KB

File metadata and controls

69 lines (36 loc) · 1.31 KB

Changelog

[integrations/ollama-v1.0.0] - 2024-09-07

🐛 Bug Fixes

  • Chat roles for model responses in chat generators (#1030)

🚜 Refactor

  • [breaking] Use ollama python library instead of calling the API with requests (#1059)

🧪 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)

[integrations/ollama-v0.0.7] - 2024-05-31

🚀 Features

  • Add streaming support to OllamaChatGenerator (#757)

[integrations/ollama-v0.0.6] - 2024-04-18

📚 Documentation

  • Disable-class-def (#556)

⚙️ Miscellaneous Tasks

  • Update docstrings (#499)

Ollama

  • Change testing workflow (#551)
  • Add ollama embedder example (#669)

[integrations/ollama-v0.0.5] - 2024-02-28

🐛 Bug Fixes

  • Fix order of API docs (#447)

This PR will also push the docs to Readme

📚 Documentation

  • Update category slug (#442)

⚙️ Miscellaneous Tasks

  • Use serialize_callable instead of serialize_callback_handler in Ollama (#461)

[integrations/ollama-v0.0.4] - 2024-02-12

Ollama

  • Generate api docs (#332)

[integrations/ollama-v0.0.3] - 2024-01-16

[integrations/ollama-v0.0.1] - 2024-01-03