This repository was archived by the owner on Jun 14, 2024. It is now read-only.
1.28.0
Added
- Added support to specify a list of score values for suggestions
scoreattribute. (#98) - Added
GET /api/v1/settingsnew endpoint exposing Argilla and Hugging Face settings when available. (#127) - Added
ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNINGnew environment variable to disable warning message when Hugging Face Spaces persistent storage is disabled. (#124) - Added
options_ordernew settings attribute to support specify an order for options in multi label selection questions. (#133) - Added
POST /api/v1/datasets/:dataset_id/records/bulkendpoint. (#106) - Added
PUT /api/v1/datasets/:dataset_id/records/bulkendpoint. (#106)
Deprecated
- Deprecated
POST /api/v1/datasets/:dataset_id/recordsin favour ofPOST /api/v1/datasets/:dataset_id/records/bulk. (#130) - Deprecated
PATCH /api/v1/dataset/:dataset_id/recordsin favour ofPUT /api/v1/datasets/:dataset_id/records/bulk. (#130)
Removed
- Removed support for specifying
scoreattributes for individual value items when creating suggestions associated with span questions. (#101)
Full Changelog: v1.27.0...v1.28.0