π 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