- 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)
- Adopt uv as installer (#1142)
- Chore: fastembed - pin
onnxruntime<1.20.0
(#1164) - Feat: Fastembed - add FastembedRanker (#1178)
- Introduce
model_kwargs
in Sparse Embedders (can be used for BM25 parameters) (#1126)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Typo on Sparse embedders. The parameter should be "progress_bar" … (#814)
- Chore: fastembed - ruff update, don't ruff tests (#997)
- Chore: change the pydoc renderer class (#718)
- Use the local_files_only option available as of fastembed==0.2.7. It … (#736)
- Chore: add license classifiers (#680)
FastembedSparseTextEmbedder
- removebatch_size
(#688)
- (FastEmbed) Support for SPLADE Sparse Embedder (#579)
- Disable-class-def (#556)
- Remove references to Python 3.7 (#601)
- Review and normalize docstrings -
integrations.fastembed
(#519) - Small consistency improvements (#536)
- Docs: Fix
integrations.fastembed
API docs (#540) - Improvements to FastEmbed integration (#558)
- Fix order of API docs (#447)
- Update category slug (#442)
- Fastembed integration new parameters (#446)
- Fastembed integration: add example (#401)
- Fastembed fix: add parallel (#403)
- From numpy float to float (#391)
- Update paths and titles (#397)
- Updated labeler and readme (#389)
- Fastembed fix: added prefix and suffix (#390)
- Add Fastembed Embeddings integration (#383)