Name | Modified | Size | Downloads / 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
- @hamelsmu made their first contribution in https://github.com/argilla-io/argilla/pull/5784
- @louisbrulenaudet made their first contribution in https://github.com/argilla-io/argilla/pull/5766
- @Saikiranbonu1661 made their first contribution in https://github.com/argilla-io/argilla/pull/5778
Full Changelog: https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0