Skip to content

1.23.0

Compare
Choose a tag to compare
@KennethEnevoldsen KennethEnevoldsen released this 08 Dec 09:26
· 38 commits to main since this release

1.23.0 (2024-12-08)

Documentation

  • docs: Fix dependency library name for bm25s (#1568)

  • fix: bm25s implementation

  • correct library name


Co-authored-by: Daniel Buades Marcos <daniel.buades@clinia.com> (03347eb)

Feature

  • feat: (cohere_models) cohere_task_type issue, batch requests and tqdm for visualization (#1564)

  • feat: batch requests to cohere models

  • fix: use correct task_type

  • feat: use tqdm with openai

  • fix: explicitely set show_progress_bar to False (1d21818)

Fix

  • fix(publichealth-qa): ignore rows with None values in question or answer (#1565) (68bd8ac)

  • fix: Add training dataset to model meta (#1561)

  • fix: Add training dataset to model meta

Adresses #1556