Download Latest Version v2.8.0 source code.tar.gz (317.7 MB)
Email in envelope

Get an email when there's a new version of Argilla

Home / v2.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-01-21 1.0 kB
v2.7.0 source code.tar.gz 2025-01-21 317.7 MB
v2.7.0 source code.zip 2025-01-21 319.7 MB
Totals: 3 Items   637.4 MB 0

🔆 Release highlights

The v2.7.0 release includes some minor improvements and bugfixes

Similarity score

Return similarity score when searching by similarity

:::python

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: https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0

Source: README.md, updated 2025-01-21