Skip to content

Latest commit

 

History

History
130 lines (71 loc) · 2.87 KB

File metadata and controls

130 lines (71 loc) · 2.87 KB

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

⚙️ 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

  • Introduce model_kwargs in Sparse Embedders (can be used for BM25 parameters) (#1126)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

⚙️ CI

  • Retry tests to reduce flakyness (#836)

🧹 Chores

  • Update ruff invocation to include check parameter (#853)
  • Update ruff linting scripts and settings (#1105)

🌀 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

  • (FastEmbed) Support for SPLADE Sparse Embedder (#579)

📚 Documentation

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

📚 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

  • From numpy float to float (#391)

📚 Documentation

  • Update paths and titles (#397)

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