Releases: argilla-io/argilla
Releases · argilla-io/argilla
v0.1.0-beta.9
Escape text (#77) * Escape text prevent render html tags * Update frontend/components/text-classifier/RecordString.vue Co-authored-by: Francisco Aranda <[email protected]> * escape from highlightingSearch plugin Co-authored-by: Francisco Aranda <[email protected]>
v0.1.0-beta.8
Escape text (#77) * Escape text prevent render html tags * Update frontend/components/text-classifier/RecordString.vue Co-authored-by: Francisco Aranda <[email protected]> * escape from highlightingSearch plugin Co-authored-by: Francisco Aranda <[email protected]>
v0.1.0-beta.7
fix(middleware): allow read json request without blocking
v0.1.0-beta.6
New flow of label and entities creation (#76) fix #68
v0.1.0-beta.5
fix(build): docker compose and implicit wait for elasticsearch
v0.1.0-beta.4
Feat/documentation v1 (#25) * folder structure * documentation initial push
v0.1.0-beta.3
fix(text): predicted ok with unordered labels (#12)
v0.1.0-beta.2
Fix/restrict inputs types for client models (#2) * restrict input types to str or list of str * include pydantic in requirements * update doc string * Reflect model change on server side * add simple test when None is in inputs * remove pydantic from server requirements (already included in general requirements) * remove test for nested inputs, for now we do not support these
v0.1.0-beta.1
fix: minimal package attributes