Skip to content

1.14.16

Compare
Choose a tag to compare
@KennethEnevoldsen KennethEnevoldsen released this 09 Sep 11:45
· 75 commits to main since this release

1.14.16 (2024-09-09)

Ci

  • ci: remove positional argument (#1191)

remove positional argument (b75cd29)

Documentation

Add Xing Han Lu to contributor list

Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com> (660bd1c)

  • docs: Add affiliation of @mrshu (#1199)

  • Add affiliation details of @mrshu to docs/mteb/points.md

Signed-off-by: mr.Shu <mr@shu.io> (75cabc9)

  • docs: Adding contributor details (#1195)

Adding contributor details

Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com> (acd631a)

  • docs: Added points for ideation and coordination (#1194)

  • fix: Added points for ideation and coordination

We have added 50 points for primary coordinators, 20 points for secondary coordinators and 20 points for ideation.

I additionally checked for users which have more than 10 point, but where we do not have their author information.

Will just ping you guys here to ensure that you get a chance to add the authorship information (@akshita-sukhlecha, @loicmagne, @mrshu, @crystina-z, @thakur-nandan, @xhluca)

If anyone notice any other authors which haven't yet been credited please let me know!

  • added secondary contributor (8b0834d)

  • docs: authorship-info for crystina-z (#1198) (08c1efe)

  • docs: Adding contributor details (#1184)

Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com> (0fc93dc)

  • docs: add reranker / cross encoder to README advanced usage (#1186)

  • add reranker / cross encoder to README advanced usage

  • use preferred way for task selection

  • make script runnable (aa5479d)

  • docs: Update contributors table (#1189)

Add conributor information (929733b)

Fix

  • fix: Ensure STS pearson and spearman does not use the p-value only the correlation (#1207)

Fixes #1206 (5aa401d)

  • fix: OpenAI BadRequestError by limiting input dimensions to 2048 elem… (#1203)

  • fix: OpenAI BadRequestError by limiting input dimensions to 2048 elements (#1201)

Fix OpenAI BadRequestError by limiting input dimensions to 2048 elements

  • Ensure the 'sentences' list passed to OpenAI API does not exceed 2048 elements
  • Reference: OpenAI's Embedding API documentation on input limits

Co-authored-by: Ali Shiraee <ShiraeA@basfad.basf.net>

  • fix ruff formatting

  • Added minor test fixes to ensure reproducility across systems

  • Ensure that tmp.json is not created within repo when running tests

  • format

  • fixes path issues

  • Rerun CI


Co-authored-by: HSILA <a.shiraee@gmail.com>
Co-authored-by: Ali Shiraee <ShiraeA@basfad.basf.net> (ba562ce)

Unknown