argilla

Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets

APACHE-2.0 License

Downloads
375.3K
Stars
3.7K
Committers
92

Bot releases are visible (Hide)

argilla - v0.6.2

Published by frascuchon almost 3 years ago

What's Changed

Full Changelog: https://github.com/recognai/rubrix/compare/v0.6.1...v0.6.2

argilla - v0.6.2-alpha.0

Published by frascuchon almost 3 years ago

What's Changed

Full Changelog: https://github.com/recognai/rubrix/compare/v0.6.1...v0.6.2-alpha.0

argilla - v0.6.1

Published by frascuchon almost 3 years ago

What's Changed

  • [UI] Token classifier: Arrow styles are broken in Firefox (#576)
  • Fix: rb.load for ids with mixed types (#577)
  • fix: limit agent length (#585)
  • fix(client): clear client cache after delete dataset (#580)
  • fixes(server): avoid mix single and multi label records for text-class
  • fix: assert tokens and text have content (#598)
  • bugfixes(metrics): prevent index out of range for tokenclass metrics
  • fix(UI): Mention values in Stats sidebar sort when updating (#613)
  • fix: enable nested fields in search dsl (#587)
  • [stats] Keywords in stats re-sort when query is updated (#639)
  • fix(metrix): empty metrics visualization (#642)
  • fix(search): prevent ignore 0s for aggregation result keys (#655)

Full Changelog: https://github.com/recognai/rubrix/compare/v0.6.0...v0.6.1-alpha.0

argilla - v0.6.1-alpha.0

Published by frascuchon almost 3 years ago

What's Changed

  • [UI] Token classifier: Arrow styles are broken in Firefox (#576)
  • Fix: rb.load for ids with mixed types (#577)
  • fix: limit agent length (#585)
  • fix(client): clear client cache after delete dataset (#580)
  • fixes(server): avoid mix single and multi label records for text-class (
  • fix: assert tokens and text have content (#598)
  • bugfixes(metrics): prevent index out of range for tokenclass metrics (#…
  • fix(UI): Mention values in Stats sidebar sort when updating (#613)
  • fix: enable nested fields in search dsl (#587)
  • [stats] Keywords in stats re-sort when query is updated (#639)
  • fix(metrix): empty metrics visualization (#642)
  • fix(search): prevent ignore 0s for aggregation result keys (#655)

Full Changelog: https://github.com/recognai/rubrix/compare/v0.6.0...v0.6.1-alpha.0

argilla - v.0.6.0: Text2Text, better UX/UI, Weak supervision and Metrics

Published by frascuchon almost 3 years ago

🔆 Highlights

Improved UX/UI for Text2Text tasks

Largely improved user experience and UI for text2text tasks.

Weak Supervision [Experimental]

Added initial support for leveraging weak supervision for text classification, check this guide to get started: https://rubrix.readthedocs.io/en/stable/guides/weak-supervision.html

Metrics [Experimental]

Introduced Rubrix Metrics, a new feature for fine-grained analysis of token classification models, inspired by recent works on fine-grained model and dataset evaluation like Explainaboard.

Guide: https://rubrix.readthedocs.io/en/stable/guides/metrics.html
API reference: https://rubrix.readthedocs.io/en/stable/reference/python/python_metrics.html

What's Changed

🥳 New Contributors

Full Changelog: https://github.com/recognai/rubrix/compare/v0.5.0...v0.6.0

argilla - v0.6.0-alpha.1

Published by frascuchon almost 3 years ago

v.0.6.0: Text2Text, better UX/UI, Weak supervision and Metrics

🔆 Highlights

Improved UX/UI for Text2Text tasks

Largely improved user experience and UI for text2text tasks.

Weak Supervision [Experimental]

Added initial support for leveraging weak supervision for text classification, check this guide to get started: https://rubrix.readthedocs.io/en/stable/guides/weak-supervision.html

Metrics [Experimental]

Introduced Rubrix Metrics, a new feature for fine-grained analysis of token classification models, inspired by recent works on fine-grained model and dataset evaluation like Explainaboard.

Guide: https://rubrix.readthedocs.io/en/stable/guides/metrics.html
API reference: https://rubrix.readthedocs.io/en/stable/reference/python/python_metrics.html

What's Changed

🥳 New Contributors

Full Changelog: https://github.com/recognai/rubrix/compare/v0.5.0...v0.6.0-alpha.1

argilla - v0.6.0-alpha.0

Published by frascuchon almost 3 years ago

  • feat(UI): hide "Validate" for records without prediction and annotation (#550)
  • fix(UI): show annotation by default in annotation view for Text2Text (#547)
  • feat(client): add zero-shot classifier monitor (#538)
  • feat: review client metrics (#544)
  • feat(UI): disable "Validate" with records without prediction & annotation (#543)
  • Feat: weak supervision (#503)
  • fix(UI): review styles for global record cards (#541)
  • feat(UI): remove annotation info completely (#540)
  • Added Automatic Logging using middleware notebook (recognai#427) (#532)
  • feat(server): remove partial update (#533)
  • feat(UI): better API error messages handling (#531)
  • fix(server): include record timestamp to monitors (#535)
  • fix(UI): Text2Text remove Validate button in edit mode (#539)
  • feat(UI): show record status with conditional status actions
  • fix(server): validated records for single text-class must include annotations (#530)
  • refactor: remove query_inputs alias for text-classification (#528)
  • Fix: Client to SDK, token classification model (#524)
  • bugfixes(ui): reset annotations for single text class
  • feat(client): using task metrics (#516)
  • feat(UI): reset record status for single text classification (#527)
  • feat(client): support auto-monitor for spaCy and text-class transformers (#506)
  • fix(UI): review styles for records cards (#519)
  • fix(UI): tooltip styles & replace copy-url icon (#520)
  • fix(ci): 'Pagination' is defined but never used #522
  • fix(UI): enable shortcut pagination only for global body focus #518
  • fix(UI): remove annotated_as and predicted_as filters for text2text (#517)
  • refactor(server): sentence length -> tokens length metric (#515)
  • feat(UI): record cards standardization (#508)
  • chore(UI): review styles for modals #514
  • Feat: Enhance rubrix.load (#513)
  • fix(UI): annotate from global actions for text classification should overrides labels #507
  • feat(UI): allow copy to clipboard dataset names #504
  • feat(UI): new search box behaviour #505
  • Change dictionary key in RubrixLogHTTPMiddleware from probabilities into scores (#501)
  • fix(server): better default params (#500)
  • hotfix(server): wrong place for disable index template creation check
  • feat(server): per-tast predefined metrics (#491)
  • fix:(UI): Implement feedback for new sidebar #498
  • fix(server): prevent index template recreation for records index (#497)
  • fix(server): parameterize task for dataset operations (#493)
  • refactor(UI): new right sidebar (#490)
  • refactor(server):simplify datasets integrations (#489)
  • Review zeroshot selectra tutorial (#488)
  • fix(UI): update loca record status before send backend request (#487)
  • Docs: Add selectra tutorial (#485)
  • fix(UI): change pagination styles #467
  • [UI] Records cards standardization (#483)
  • fix(UI): Enable to create new label in the Text Classification task (#481)
  • Update cookbook.ipynb (#480)
  • feat(server): allows filtering by user team in API (#392)
  • [Docs] small tutorial improvements (#476)
  • small fix for the labeling_finetuning tutorial (#475)
  • fix(styles): change pagination selector margin #474
  • fix(UI): allow remove sort filter #471
  • fix(client): rb.load without limit fails (#473)
  • refactor(client): remove old sdk files (#470)
  • chore(CI): codecov config only for CI builds (#472)
  • feat(server): generate automatic task dataset metrics endpoints (#468)
  • Allow disabling ES index template creation by environment var #455 (#469)
  • Add docs on how to training/inference with flair text/token-classification model (#442)
argilla - v0.5.0

Published by frascuchon about 3 years ago

Minimal features:

  • Filters review
  • Text2Text task Review
  • refactor(UI): set pagination as fixed footer (#405)
  • feat(UI): new search sticky bar design (#417)
  • feat(UI): format quantities locale dependant (#384)
  • feat(token-class): EXPERIMENTAL score per entity (#385)

Docs and fixes:

  • Adding usage examples to docstrings in record models (#446) @issam9
  • fix the doctest format in the examples (#450)
  • docs: Enhance tutorial fine-tuning (#449)
  • docs: Readme review (#448)
  • docs: fix rubrix setup section (#447)
  • docs: improve zeroshot ner tutorial (#445)
  • Add pre-commit hooks (#426) @krishnajalan
  • remove first tutorial (#425)
  • Implement TokenClassification part of the custom SDK (#452)
  • fix(server): Limit search pagination to 10000 (#435) @krishnajalan
  • Restructure README (#389)
  • Bugfix: Convert None to "None" for prediction/annotation agents (#386)
  • docs: Add error analysis using loss tutorial (#374)
  • Docs: Fix cookbook (#373)
  • fix tutorial8 (#375)
  • fix tutorial 6 (#372)
  • docs(Text2text): improve template (#368)
  • fix(UI): allow validate non edited sentences (#367)
  • fix(ui): show metadata filters (#382)
  • feat(server): detect nested metadata fields (#409)
  • fix(server): delete dataset with refresh flag enabled (#418)
  • chore(UI): change sort arrows styles and search icon position (#387)
  • fix(UI): apply local format to percentage (#397)
  • Introduce custom SDK (#413)
  • [UI] experimental tag for Text2Text (#440)
  • fix(UI): allow records with empty annotations for text classification #430
  • fix(UI): highlight predicted label using predicted_as info (#390)

Contributors

Kudos @krishnajalan and @issam9

argilla - v0.5.0-alpha.1

Published by frascuchon about 3 years ago

Minimal features:

  • Filters review
  • Text2Text task Review
  • refactor(UI): set pagination as fixed footer (#405)
  • feat(UI): new search sticky bar design (#417)
  • feat(UI): format quantities locale dependant (#384)
  • feat(token-class): EXPERIMENTAL score per entity (#385)

Docs and fixes:

  • Adding usage examples to docstrings in record models (#446) @issam9
  • fix the doctest format in the examples (#450)
  • docs: Enhance tutorial fine-tuning (#449)
  • docs: Readme review (#448)
  • docs: fix rubrix setup section (#447)
  • docs: improve zeroshot ner tutorial (#445)
  • Add pre-commit hooks (#426) @krishnajalan
  • remove first tutorial (#425)
  • Implement TokenClassification part of the custom SDK (#452)
  • fix(server): Limit search pagination to 10000 (#435) @krishnajalan
  • Restructure README (#389)
  • Bugfix: Convert None to "None" for prediction/annotation agents (#386)
  • docs: Add error analysis using loss tutorial (#374)
  • Docs: Fix cookbook (#373)
  • fix tutorial8 (#375)
  • fix tutorial 6 (#372)
  • docs(Text2text): improve template (#368)
  • fix(UI): allow validate non edited sentences (#367)
  • fix(ui): show metadata filters (#382)
  • feat(server): detect nested metadata fields (#409)
  • fix(server): delete dataset with refresh flag enabled (#418)
  • chore(UI): change sort arrows styles and search icon position (#387)
  • fix(UI): apply local format to percentage (#397)
  • Introduce custom SDK (#413)
  • [UI] experimental tag for Text2Text (#440)
  • fix(UI): allow records with empty annotations for text classification #430
  • fix(UI): highlight predicted label using predicted_as info (#390)

Contributors

Kudos @krishnajalan and @issam9

argilla - v0.5.0-alpha.0

Published by frascuchon about 3 years ago

  • fix(UI): validate the model prediction when no annotation #465
  • fix(UI): allow entity annotation for NER (#464)
  • fix(UI): new filters area QA (#462)
  • fix(UI): restore vuex action for Global Actions #458
  • fix(UI): Text2Text Review #456
  • fix(UI): annotation animation for Text Classification (#438)
  • fix(server): conditional metric results generation (#463)
  • Implement TokenClassification part of the custom SDK (#452)
  • fix(server): disable metrics calculation for search (#460)
  • fix(server): reading metrics db specs
  • Adding usage examples to docstrings in record models (#446)
  • feat(UI): filters area improvement (#433)
  • fix the doctest format in the examples (#450)
  • docs: Enhance tutorial fine-tuning (#449)
  • docs: Readme review (#448)
  • docs: fix rubrix setup section (#447)
  • docs: improve zeroshot ner tutorial (#445)
  • Introduce custom SDK (#413)
  • [UI] experimental tag for Text2Text (#440)
  • feat(UI): keep global state in filters (#441)
  • hotfix(server): parse metric aggregation results properly
  • fix(server): Limit search pagination to 10000 (#435)
  • fix(UI): allow records with empty annotations for text classification #430
  • feat(server): configure dataset metrics (#412)
  • Add pre-commit hooks (#426)
  • remove first tutorial (#425)
  • feat(server): detect nested metadata fields (#409)
  • fix(server): delete dataset with refresh flag enabled (#418)
  • feat(UI): new search sticky bar design (#417)
  • refactor(UI): set pagination as fixed footer (#405)
  • fix(UI): Text2Text - prevent edition in exploration mode #406
  • fix(UI): apply local format to percentage (#397)
  • refactor(UI): Text2Text task ui revision #400
  • refactor(UI): revise styles for Text2Text task (#396)
  • fix(UI): highlight predicted label using predicted_as info (#390)
  • refactor(UI): Better Text2Text annotation experience (EXPERIMENTAL) (#393)
  • feat(token-class): EXPERIMENTAL score per entity (#385)
  • Restructure README (#389)
  • Bugfix: Convert None to "None" for prediction/annotation agents (#386)
  • chore(UI): change sort arrows styles and search icon position (#387)
  • feat(UI): format quantities locale dependant (#384)
  • fix(UI): better Text2Text edition behaviour (#383)
  • fix(ui): show metadata filters (#382)
  • refactor(UI): show filters options under each filter (#381)
  • fix(ui): apply text2text review suggestions (#380)
  • chore(UI): svg genaration with custom template (#379)
  • feat(UI): new text2text UI (#378)
  • fix(UI): Record Discard (#365)
  • fix(UI): allow validate non edited sentences (#367)
  • feat(UI): show loader when queries data changes (#371)
  • docs(Text2text): improve template (#368)
  • docs: Add error analysis using loss tutorial (#374)
  • Docs: Fix cookbook (#373)
  • fix tutorial8 (#375)
  • fix tutorial 6 (#372)
argilla - v0.4.1

Published by frascuchon about 3 years ago

main features

  • (NEW) Text2Text
  • Sort query results
  • Dataset pagination

docs and fixes

  • Add copyright header to src code files (#328)
  • add install from master section (#357)
  • feat(server): compress response on gzip accept-encoding header (#342)
  • [UI] Metadata modal styles (#333)
  • fix(url): encode pagination query param
  • Fix/explain legend styles (#318)
  • [UI] Fix sidebar title (#336)
  • Refactor: 'confidence' to 'score' (#327)
  • fix(launch): elasticsearch in dev mode
  • docs: Rewrite docs home (#313)
  • Update README.md (#312)
  • docs: README rewrite (#305)
  • Docs: fix warnings & typo fixes in tutorial 1 (#304)
  • docs: Document Elasticsearch fields (#300)
  • feature(search) enable sort_by in api (#297)
  • refactor(UI): task components separation (#293)
  • Docs: Improve Flair examples (#298)
  • docs: improve flair cookbook part (#295)
  • update readme gifs (#294)
argilla - v0.4.0 Alpha 1

Published by frascuchon about 3 years ago

main features

  • (NEW) Text2Text
  • Sort query results
  • Dataset pagination

docs and fixes

  • Add copyright header to src code files (#328)
  • add install from master section (#357)
  • feat(server): compress response on gzip accept-encoding header (#342)
  • [UI] Metadata modal styles (#333)
  • fix(url): encode pagination query param
  • Fix/explain legend styles (#318)
  • [UI] Fix sidebar title (#336)
  • Refactor: 'confidence' to 'score' (#327)
  • fix(launch): elasticsearch in dev mode
  • docs: Rewrite docs home (#313)
  • Update README.md (#312)
  • docs: README rewrite (#305)
  • Docs: fix warnings & typo fixes in tutorial 1 (#304)
  • docs: Document Elasticsearch fields (#300)
  • feature(search) enable sort_by in api (#297)
  • refactor(UI): task components separation (#293)
  • Docs: Improve Flair examples (#298)
  • docs: improve flair cookbook part (#295)
  • update readme gifs (#294)
argilla - v0.4.0 Alpha 0

Published by frascuchon about 3 years ago

  • fix(UI): reset pagination when query/sort changes
  • [UI] fix pager behaviour when refreshing (#359)
  • [UI] fix score position in Text Classification labels (#360)
  • [UI] styles for current page (#362)
  • Add copyright header to src code files (#328)
  • add install from master section (#357)
  • fix(ui): remove metadata fields without options from metadata filters (#358)
  • Add a Text2Text section to the task templates (#354)
  • feature(search): aggregate float values (#355)
  • feat(server): compress response on gzip accept-encoding header (#342)
  • [UI] Pagination active page color (#352)
  • fix(text-class): show explanation help (#345)
  • [UI] sort component position (#350)
  • [UI] pagination qa (#351)
  • [U] text2text fix styles for empty prediction and annotation (#349)
  • fix(UI): change sort on metadata fields (#343)
  • fix(text2text): sort record sentences by score (#344)
  • UI/text2text (#340)
  • fix(text2text): apply the query "sort by" configuration (#341)
  • [UI] Metadata modal styles (#333)
  • [UI] style pagination buttons (#339)
  • fix(url): encode pagination query param
  • fix(text-class): add missing explanation help component
  • Fix/explain legend styles (#318)
  • [UI] pagination loader (#331)
  • [UI] sort component QA (#334)
  • [UI] Fix sidebar title (#336)
  • fix(sort): prevent error when change sort order (#329)
  • Refactor: 'confidence' to 'score' (#327)
  • Change naming from 'texttotext' to 'text2text' (#325)
  • add sort stuff to sdk (#326)
  • bugfix: load remote datasets (#320)
  • fix(launch): elasticsearch in dev mode
  • UI/fix pagination component (#311)
  • [UI] Fix Duplicate record text in explanation view (#315)
  • [UI] Review sort component (#307)
  • docs: Rewrite docs home (#313)
  • Update README.md (#312)
  • docs: README rewrite (#305)
  • [UI] pagination component v1 (#303)
  • fix(ui): merge dataset query status with search args (#306)
  • feat(task): new text2text task api and client (#278)
  • Docs: fix warnings & typo fixes in tutorial 1 (#304)
  • docs: Document Elasticsearch fields (#300)
  • [UI] Sort records component (#296)
  • fix(UI): remove old global actions file
  • feature(search) enable sort_by in api (#297)
  • refactor(UI): task components separation (#293)
  • Docs: Improve Flair examples (#298)
  • docs: improve flair cookbook part (#295)
  • update readme gifs (#294)
argilla - v0.3.0

Published by frascuchon about 3 years ago

Main features

Users management

Now it's possible to configure several users for your Rubrix instance.

This feature enables having multiple users for annotation projects and each annotation will be recorded in the annotation_agent field.

How-to guide: https://rubrix.readthedocs.io/en/stable/getting_started/advanced_setup_guides.html#user-management

The main change for all users is that you need to login in the UI with the default user/pass (which can be also configured).

Datasets copy

Now it's possible to efficiently create a dataset copy using the rb.copy method.

This is useful for replicating a dataset for further analysis, or for creating several copies for different annotators.

See https://rubrix.readthedocs.io/en/stable/reference/python_client_api.html#rubrix.copy

Breaking changes

  • (NEW) feat(app): users management (#272) …
  • (NEW) feat(app): copy datasets feature (#263) …
  • refactor(search): simplify query text search model (#275) …
  • refactor(server): improve index task extension (#273) …

docs and fixes

  • Tutorial: 🧐 Using Rubrix to find label errors with cleanlab (#241) …
  • docs: Add advanced setup guides (#276) …
  • docs: Polish the tutorials and docs breadcrumbs (#280) …
  • Update README.md (#281)
  • docs(aws): advanced setup&install revision
  • fix(docker): build using elasticsearch client with oss compatibility …
  • fix(token-class): validate predicted entities when no record edition (#… …
  • fix(token-class): entities progress non query filter dependant (#287)
  • fix breadcrumb (#282)
  • docs: Add og:image for social sharing (#284) …
  • chore: formatting code & imports
  • chore: change ID placeholder and set Usernarme (#285)
argilla - v0.3.0-alpha.0

Published by frascuchon about 3 years ago

Breaking changes

  • (NEW) feat(app): users management (#272) …
  • (NEW) feat(app): copy datasets feature (#263) …
  • refactor(search): simplify query text search model (#275) …
  • refactor(server): improve index task extension (#273) …

docs and fixes

  • Tutorial: 🧐 Using Rubrix to find label errors with cleanlab (#241) …
  • docs: Add advanced setup guides (#276) …
  • docs: Polish the tutorials and docs breadcrumbs (#280) …
  • Update README.md (#281)
  • docs(aws): advanced setup&install revision
  • fix(docker): build using elasticsearch client with oss compatibility …
  • fix(token-class): validate predicted entities when no record edition (#… …
  • fix(token-class): entities progress non query filter dependant (#287)
  • fix breadcrumb (#282)
  • docs: Add og:image for social sharing (#284) …
  • chore: formatting code & imports
  • chore: change ID placeholder and set Usernarme (#285)
argilla - v0.2.0

Published by frascuchon about 3 years ago

Breaking changes

  • Remove snapshot from server, client, ui and docs

Fixes & bugs

  • Bug: allowAnnotation status is ignored when logged out
  • fix tutorials (#256)
  • fix typos and errored cells (#257)
  • Hide input/output prompts (cell counts) from notebooks in the docs (#250 …
  • Small fixes in docs (#252) …
  • Fixing Kglab tutorial
  • Update Readme (#229) …
  • Changing video format to webm (#154) …
  • Limit elasticsearch upper version to 7.13.0

App improvements

  • [UI] Don't show view more button in mentions if number of mentions less than 3
  • [UI] Several entity types share the same color
  • [UI] Mentions sidebar counts don't get updated with filter/search queries
  • [UI] Apply same styles to inputs text in both tasks
  • [Ui] New right sidebar
  • [UI] Do not show "confidence" percentage in text classification annotation mode
  • [UI] record scroll style hides entities selector in annotation mode
  • [UI] Refresh button overflows filter states
  • feat(search): store text variant with special characters for search (#… …

Documentation

  • docs: Add Elasticsearch role configuration to setup guide (#227)
  • docs: setup and install with AWS (#237) …
  • docs(ui): include special chars query reference (#269)
  • docs: spacy tutorial update (#236) …
  • docs: Add README quick links table (#240) …
  • docs: Tutorial labeling and fine-tuning (#248) …
  • Example of Supported Tasks
  • Annotation Guide using Misogyny
argilla - v0.2.0-alpha.2

Published by frascuchon about 3 years ago

Breaking changes

  • Remove snapshot from server, client, ui and docs breaking changes

Fixes & bugs

  • Bug: allowAnnotation status is ignored when logged out
  • fix tutorials (#256)
  • fix typos and errored cells (#257)
  • Hide input/output prompts (cell counts) from notebooks in the docs (#250 …
  • Small fixes in docs (#252) …
  • Fixing Kglab tutorial
  • Update Readme (#229) …
  • Changing video format to webm (#154) …
  • Limit elasticsearch upper version to 7.13.0

App improvements

  • [UI] Don't show view more button in mentions if number of mentions less than 3
  • [UI] Several entity types share the same color
  • [UI] Mentions sidebar counts don't get updated with filter/search queries
  • [UI] Apply same styles to inputs text in both tasks
  • [Ui] New right sidebar
  • [UI] Do not show "confidence" percentage in text classification annotation mode
  • [UI] record scroll style hides entities selector in annotation mode
  • [UI] Refresh button overflows filter states
  • feat(search): store text variant with special characters for search (#… …

Documentation

  • docs: Add Elasticsearch role configuration to setup guide (#227)
  • docs: setup and install with AWS (#237) …
  • docs(ui): include special chars query reference (#269)
  • docs: spacy tutorial update (#236) …
  • docs: Add README quick links table (#240) …
  • docs: Tutorial labeling and fine-tuning (#248) …
  • Example of Supported Tasks
  • Annotation Guide using Misogyny
argilla - v0.2.0-alpha.1

Published by frascuchon about 3 years ago

Breaking changes

  • Remove snapshot from server, client, ui and docs breaking changes

Fixes & bugs

  • Bug: allowAnnotation status is ignored when logged out
  • fix tutorials (#256)
  • fix typos and errored cells (#257)
  • Hide input/output prompts (cell counts) from notebooks in the docs (#250 …
  • Small fixes in docs (#252) …
  • Fixing Kglab tutorial
  • Update Readme (#229) …
  • Changing video format to webm (#154) …
  • Limit elasticsearch upper version to 7.13.0

App improvements

  • [UI] Don't show view more button in mentions if number of mentions less than 3
  • [UI] Several entity types share the same color
  • [UI] Mentions sidebar counts don't get updated with filter/search queries
  • [UI] Apply same styles to inputs text in both tasks
  • [Ui] New right sidebar
  • [UI] Do not show "confidence" percentage in text classification annotation mode
  • [UI] record scroll style hides entities selector in annotation mode
  • [UI] Refresh button overflows filter states
  • feat(search): store text variant with special characters for search (#… …

Documentation

  • docs: Add Elasticsearch role configuration to setup guide (#227)
  • docs: setup and install with AWS (#237) …
  • docs(ui): include special chars query reference (#269)
  • docs: spacy tutorial update (#236) …
  • docs: Add README quick links table (#240) …
  • docs: Tutorial labeling and fine-tuning (#248) …
  • Example of Supported Tasks
  • Annotation Guide using Misogyny
argilla - v0.2.0-alpha.0

Published by frascuchon about 3 years ago

Breaking changes

  • Remove snapshot from server, client, ui and docs breaking changes

Fixes & bugs

  • Bug: allowAnnotation status is ignored when logged out
  • fix tutorials (#256)
  • fix typos and errored cells (#257)
  • Hide input/output prompts (cell counts) from notebooks in the docs (#250 …
  • Small fixes in docs (#252) …
  • Fixing Kglab tutorial
  • Update Readme (#229) …
  • feat(search): store text variant with special characters for search (#… …
  • Changing video format to webm (#154) …

UI improvements

  • [UI] Don't show view more button in mentions if number of mentions less than 3
  • [UI] Several entity types share the same color
  • [UI] Mentions sidebar counts don't get updated with filter/search queries
  • [UI] Apply same styles to inputs text in both tasks
  • [Ui] New right sidebar
  • [UI] Do not show "confidence" percentage in text classification annotation mode
  • [UI] record scroll style hides entities selector in annotation mode
  • [UI] Refresh button overflows filter states

Documentation

  • docs: Add Elasticsearch role configuration to setup guide (#227)
  • docs: setup and install with AWS (#237) …
  • docs(ui): include special chars query reference (#269)
  • docs: spacy tutorial update (#236) …
  • docs: Add README quick links table (#240) …
  • docs: Tutorial labeling and fine-tuning (#248) …
  • Example of Supported Tasks
  • Annotation Guide using Misogyny
argilla - v0.1.3

Published by frascuchon over 3 years ago

  • [UI] mentions empty and tabs order (#206) …
  • fix(token-class): store and calculate mentions properly (#207) …
  • docs: quick review streamlit guide (#210)
  • add active learning tut data (#212)
  • [UI] prevent record text overflow (#216)
  • fix(UI): restore filtering after query returns error 500 (#219) …
  • [UI] confidence filter: show 2 decimals (#215) …
  • refactor(search): search text multifield (#222)
  • docs: Improve readme header (#220)
  • doc(tutorials): fix pytorch and geometrics version (#221)
  • [UI] fix: update record height if query change (#217) …
  • fix(errors): show text search detail (#226) …
Package Rankings
Top 1.37% on Pypi.org