Skip to content

1.19.4

Compare
Choose a tag to compare
@KennethEnevoldsen KennethEnevoldsen released this 11 Nov 09:18
· 109 commits to main since this release

1.19.4 (2024-11-11)

Fix

  • fix: Add missing benchmarks in benchmarks.py (#1431)

Fixes #1423 (a240ea0)

  • fix: Add Korean AutoRAGRetrieval (#1388)

  • feat: add AutoRAG Korean embedding retrieval benchmark

  • fix: run --- 🧹 Running linters ---
    ruff format . # running ruff formatting
    716 files left unchanged
    ruff check . --fix # running ruff linting
    All checks passed!

  • fix: add metadata for AutoRAGRetrieval

  • change link for markers_bm

  • add AutoRAGRetrieval to init.py and update metadata

  • add precise metadata

  • update metadata: description and license

  • delete descriptive_stats in AutoRAGRetrieval.py and run calculate_matadata_metrics.py (f79d9ba)

  • fix: make samples_per_label a task attribute (#1419)

make samples_per_label a task attr (7f1a1d3)

Unknown