Skip to content

v2.7.0

Latest
Compare
Choose a tag to compare
@frascuchon frascuchon released this 21 Jan 13:39
· 1 commit to develop since this release

🔆 Release highlights

The v2.7.0 release includes some minor improvements and bugfixes

Similarity score

Return similarity score when searching by similarity

import argilla as rg

...

for record, score in dataset.records(similar=rg.Similar(
    name="vector",
    value=[0.1, 0.2, 0.3],
)):
   ...

Other relevant improvements and bugfixes are:

  • Create users and workspaces with predefined IDs (#5786)
  • Prevent index errors with empty chat fields (#5787)
  • Pass SSL verify parameter when configuring the Argilla client (#5789)

New Contributors

Full Changelog: v2.6.0...v2.7.0