Skip to content

Releases: argilla-io/argilla

v0.1.0-beta.9

26 May 14:39
f424f64
Compare
Choose a tag to compare
v0.1.0-beta.9 Pre-release
Pre-release
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

26 May 14:09
f424f64
Compare
Choose a tag to compare
v0.1.0-beta.8 Pre-release
Pre-release
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

26 May 00:47
Compare
Choose a tag to compare
v0.1.0-beta.7 Pre-release
Pre-release
fix(middleware): allow read json request without blocking

v0.1.0-beta.6

25 May 22:08
b536acf
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release
New flow of label and entities creation (#76)

fix #68

v0.1.0-beta.5

20 May 21:07
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release
fix(build): docker compose and implicit wait for elasticsearch

v0.1.0-beta.4

12 May 08:06
a758f80
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release
Feat/documentation v1 (#25)

* folder structure

* documentation initial push

v0.1.0-beta.3

04 May 13:20
e6e17f5
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release
fix(text): predicted ok with unordered labels (#12)

v0.1.0-beta.2

03 May 08:56
2f71bd9
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release
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

30 Apr 07:59
9025f46
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release
fix: minimal package attributes