This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
v1.27.0
1.27.0
Added
- Added
allow_overlapping
field for creation and update of span question settings. (#89) - Added
ARGILLA_LABEL_SELECTION_OPTIONS_MAX_ITEMS
environment variable to set the number of maximum items to be used by label and multi label questions. By default this value is set to500
. (#85) - Added
ARGILLA_SPAN_OPTIONS_MAX_ITEMS
environment variable to set the number of maximum items to be used by span questions. By default this value is set to500
. (#85) - Added
GET /api/v1/datasets/:dataset_id/progress
endpoint to return progress metrics related with one specific dataset. (#90)
Changed
- Changed ElasticSearch JVM heap size from
512m
to1g
for quickstart Dockerfile. (#109)
Full Changelog: v1.26.1...v1.27.0