Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaystackBot committed Nov 28, 2024
1 parent eb2cfb1 commit 319b64b
Showing 1 changed file with 60 additions and 8 deletions.
68 changes: 60 additions & 8 deletions integrations/ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -36,56 +54,90 @@

- 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

### 🐛 Bug Fixes

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

<!-- generated by git-cliff -->

0 comments on commit 319b64b

Please sign in to comment.