v1.10.0
🔆 Highlights
Search records in Feedback Task
We've added a search bar in the Feedback Task UI so you can filter records based on specific words or phrases.
Extended markdown support
Annotation guidelines are now rendered as markdown text to make them easier to read and have a more flexible format.
Train button in Feedback Task
Admin users have access to a Train </>
button in the Feedback Task UI with quick links to all the information needed to train a model with the feedback gathered in Argilla.
Changelog 1.10.0
Added
- Added search component for feedback datasets (#3138)
- Added markdown support for feedback dataset guidelines (#3153)
- Added Train button for feedback datasets (#3170)
Changed
- Updated
SearchEngine
andPOST /api/v1/me/datasets/{dataset_id}/records/search
to return thetotal
number of records matching the search query (#3166)
Fixed
- Replaced Enum for string value in URLs for client API calls (Closes #3149)
- Resolve breaking issue with
ArgillaSpanMarkerTrainer
for Named Entity Recognition withspan_marker
v1.1.x onwards. - Move
ArgillaDatasetCard
import under@requires_version
decorator, so that theImportError
onhuggingface_hub
is handled properly (#3174) - Allow flow
FeedbackDataset.from_argilla
->FeedbackDataset.push_to_argilla
under different dataset names and/or workspaces (#3192)
As always, thanks to our amazing contributors!
- @hjain5164 made their first contribution in #3146
- @Fancman made their first contribution in #3150
- @preetgami made their first contribution in #3196
Full Changelog: v1.9.0...v1.10.0