This repository has been 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
score
attribute. (#98) - Added
GET /api/v1/settings
new endpoint exposing Argilla and Hugging Face settings when available. (#127) - Added
ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING
new environment variable to disable warning message when Hugging Face Spaces persistent storage is disabled. (#124) - Added
options_order
new settings attribute to support specify an order for options in multi label selection questions. (#133) - Added
POST /api/v1/datasets/:dataset_id/records/bulk
endpoint. (#106) - Added
PUT /api/v1/datasets/:dataset_id/records/bulk
endpoint. (#106)
Deprecated
- Deprecated
POST /api/v1/datasets/:dataset_id/records
in favour ofPOST /api/v1/datasets/:dataset_id/records/bulk
. (#130) - Deprecated
PATCH /api/v1/dataset/:dataset_id/records
in favour ofPUT /api/v1/datasets/:dataset_id/records/bulk
. (#130)
Removed
- Removed support for specifying
score
attributes for individual value items when creating suggestions associated with span questions. (#101)
Full Changelog: v1.27.0...v1.28.0