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 19, 2024
1 parent 8755e4a commit 51abafe
Showing 1 changed file with 57 additions and 5 deletions.
62 changes: 57 additions & 5 deletions integrations/fastembed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

## [integrations/fastembed-v1.4.1] - 2024-11-19

### 🌀 Miscellaneous

- Add new example with the ranker and fix the old ones (#1198)
- Fix: Fastembed - Change default Sparse model as the used one is deprecated due to a typo (#1201)

## [integrations/fastembed-v1.4.0] - 2024-11-13

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Adopt uv as installer (#1142)

### 🌀 Miscellaneous

- Chore: fastembed - pin `onnxruntime<1.20.0` (#1164)
- Feat: Fastembed - add FastembedRanker (#1178)

## [integrations/fastembed-v1.3.0] - 2024-10-07

### 🚀 Features
Expand All @@ -16,20 +28,35 @@

- 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)
- Update ruff linting scripts and settings (#1105)

### Fix
### 🌀 Miscellaneous

- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845)
- Typo on Sparse embedders. The parameter should be "progress_bar" … (#814)
- Chore: fastembed - ruff update, don't ruff tests (#997)

## [integrations/fastembed-v1.1.0] - 2024-05-15

### 🌀 Miscellaneous

- Chore: change the pydoc renderer class (#718)
- Use the local_files_only option available as of fastembed==0.2.7. It … (#736)

## [integrations/fastembed-v1.0.0] - 2024-05-06

### 🌀 Miscellaneous

- Chore: add license classifiers (#680)
- `FastembedSparseTextEmbedder` - remove `batch_size` (#688)

## [integrations/fastembed-v0.1.0] - 2024-04-10

### 🚀 Features
Expand All @@ -40,27 +67,43 @@

- Disable-class-def (#556)

### 🌀 Miscellaneous

- Remove references to Python 3.7 (#601)

## [integrations/fastembed-v0.0.6] - 2024-03-07

### 📚 Documentation

- Review and normalize docstrings - `integrations.fastembed` (#519)
- Small consistency improvements (#536)

### 🌀 Miscellaneous

- Docs: Fix `integrations.fastembed` API docs (#540)
- Improvements to FastEmbed integration (#558)

## [integrations/fastembed-v0.0.5] - 2024-02-20

### 🐛 Bug Fixes

- Fix order of API docs (#447)

This PR will also push the docs to Readme

### 📚 Documentation

- Update category slug (#442)

### 🌀 Miscellaneous

- Fastembed integration new parameters (#446)

## [integrations/fastembed-v0.0.4] - 2024-02-16

### 🌀 Miscellaneous

- Fastembed integration: add example (#401)
- Fastembed fix: add parallel (#403)

## [integrations/fastembed-v0.0.3] - 2024-02-12

### 🐛 Bug Fixes
Expand All @@ -73,6 +116,15 @@ This PR will also push the docs to Readme

## [integrations/fastembed-v0.0.2] - 2024-02-11

### 🌀 Miscellaneous

- Updated labeler and readme (#389)
- Fastembed fix: added prefix and suffix (#390)

## [integrations/fastembed-v0.0.1] - 2024-02-10

### 🌀 Miscellaneous

- Add Fastembed Embeddings integration (#383)

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

0 comments on commit 51abafe

Please sign in to comment.