Argilla

Latest version: v2.8.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 22

1.1.1

[1.1.1](https://github.com/recognai/rubrix/compare/v1.1.0...v1.1.1) (2022-11-29)


Bug Fixes

* Set proper telemetry version ([1988](https://github.com/recognai/rubrix/issues/1988)) ([d302891](https://github.com/recognai/rubrix/commit/d3028918c883c1e373068ae513c5ccc37fee37f5))


Documentation

* Fix metric function imports in the example ([1966](https://github.com/recognai/rubrix/issues/1966)) ([a1f6f6e](https://github.com/recognai/rubrix/commit/a1f6f6e53f348f17d2267b32bfcbd7510c0ba82d)), closes [#1962](https://github.com/recognai/rubrix/issues/1962)

1.1.0

[1.1.0](https://github.com/recognai/rubrix/compare/v1.0.1...v1.1.0) (2022-11-24)

Highlights

Add, update, and delete rules from a Dataset using the Python client

You can now manage rules programmatically and reflect them in Argilla Datasets so you can iterate on labeling rules from both Python and the UI. This is especially useful for leveraging linguistic resources (such as terminological lists) and making the rules available in the UI for domain experts to refine them.


python
Read a file with keywords or phrases
labeling_rules_df = pd.read_csv("../../_static/datasets/weak_supervision_tutorial/labeling_rules.csv")

Create rules
predefined_labeling_rules = []
for index, row in labeling_rules_df.iterrows():
predefined_labeling_rules.append(
Rule(row["query"], row["label"])
)

Add the rules to the weak_supervision_yt dataset. The rules will be manageable from the UI
add_rules(dataset="weak_supervision_yt", rules=predefined_labeling_rules


You can find more info about this feature in the deep dive guide: https://docs.argilla.io/en/latest/guides/techniques/weak_supervision.html#3.-Building-and-analyzing-weak-labels

Sort by timestamp fields in the UI
Users can now sort the records by last_updated and other timestamp fields to improve the labeling and review processes

Features

* [1929](https://github.com/recognai/rubrix/issues/1929) add warning about using wrong hostnames ([#1930](https://github.com/recognai/rubrix/issues/1930)) ([a3bc554](https://github.com/recognai/rubrix/commit/a3bc55480400455a22dbb3b329d0329623342a72))
* Add, delete and edit labeling rules from Python client ([1884](https://github.com/recognai/rubrix/issues/1884)) ([d534a29](https://github.com/recognai/rubrix/commit/d534a29fa40e3b5f20a31d6f5c29117302a88d13)), closes [#1855](https://github.com/recognai/rubrix/issues/1855)
* Added more explicit error message regarding dataset name validation ([1933](https://github.com/recognai/rubrix/issues/1933)) ([c25a225](https://github.com/recognai/rubrix/commit/c25a22539ab052e1d5090421d5d31501354f6e7f)), closes [#1931](https://github.com/recognai/rubrix/issues/1931) [#1918](https://github.com/recognai/rubrix/issues/1918)
* Allow sort records by event_timestamp or last_updated fields ([1924](https://github.com/recognai/rubrix/issues/1924)) ([1c08c36](https://github.com/recognai/rubrix/commit/1c08c3672f502e7841be318d98f85f649d180c4b)), closes [#1835](https://github.com/recognai/rubrix/issues/1835)
* Create a contextual help to support the user in the different dataset views ([1913](https://github.com/recognai/rubrix/issues/1913)) ([8e3851e](https://github.com/recognai/rubrix/commit/8e3851e86bf25a570f42ce6866daa4e45c110bc7))
* Enable metadata length field config by environment variable ([1923](https://github.com/recognai/rubrix/issues/1923)) ([0ff2de7](https://github.com/recognai/rubrix/commit/0ff2de739be2b4c46ce3230728de4bfa003f63a3)), closes [#1761](https://github.com/recognai/rubrix/issues/1761)
* Update error page ([1932](https://github.com/recognai/rubrix/issues/1932)) ([caeb7d4](https://github.com/recognai/rubrix/commit/caeb7d48e28d0923b6b75d572ca51457af1e3dbb)), closes [#1894](https://github.com/recognai/rubrix/issues/1894)
* Using new `top_k_mentions` metrics instead of `entity_consistency` ([1880](https://github.com/recognai/rubrix/issues/1880)) ([42f702d](https://github.com/recognai/rubrix/commit/42f702dd5ec45e0dcd8c6c49b6a38b075a70c19d)), closes [#1834](https://github.com/recognai/rubrix/issues/1834)


Bug Fixes

* Avoid closing the score filter when dragging the slider ([1822](https://github.com/recognai/rubrix/issues/1822)) ([91a72c5](https://github.com/recognai/rubrix/commit/91a72c593209f90d52fd581eb1198f002844b503)), closes [#1802](https://github.com/recognai/rubrix/issues/1802)
* Change method for Doc creation by spacy.Language ([1891](https://github.com/recognai/rubrix/issues/1891)) ([6264983](https://github.com/recognai/rubrix/commit/6264983ca4c42338c010bf72e862e5ccbaf18c60)), closes [#1890](https://github.com/recognai/rubrix/issues/1890)
* **DAO:** datasets dao filter datasets by tasks ([1934](https://github.com/recognai/rubrix/issues/1934)) ([937b410](https://github.com/recognai/rubrix/commit/937b410e51af5c5b4a92609aff0e9a4b814f529b))
* **docker:** Prevent wrong elastic server for wait-for-it ([c6a10c7](https://github.com/recognai/rubrix/commit/c6a10c70ca49a7747e9f4102b1fd94de6b75980c))
* Improve access to label list in Text Classification ([1916](https://github.com/recognai/rubrix/issues/1916)) ([24729bd](https://github.com/recognai/rubrix/commit/24729bdfbf100a214c4f02e381bfd43d64d5a608)), closes [#1804](https://github.com/recognai/rubrix/issues/1804)
* Improve explanation readability ([1815](https://github.com/recognai/rubrix/issues/1815)) ([52c712e](https://github.com/recognai/rubrix/commit/52c712e2ee60bc4dfb6ae21f09ff4d4067d64f88)), closes [#1774](https://github.com/recognai/rubrix/issues/1774)
* **Monitoring:** Serializable log middleware ([1908](https://github.com/recognai/rubrix/issues/1908)) ([53a57f7](https://github.com/recognai/rubrix/commit/53a57f79e195ff5e2ff75c4c4c19acb2f93bd41e))
* Move "Show less" button to the end of entities list ([1875](https://github.com/recognai/rubrix/issues/1875)) ([6d796a4](https://github.com/recognai/rubrix/commit/6d796a4b58c0060466246f07228b15d55829b1a5)), closes [#1779](https://github.com/recognai/rubrix/issues/1779)
* Remove "Help explain button" in Manage rule view ([1909](https://github.com/recognai/rubrix/issues/1909)) ([8bc70b0](https://github.com/recognai/rubrix/commit/8bc70b0103917c2afa5d72dc0706acffc2ff8c9c)), closes [#1807](https://github.com/recognai/rubrix/issues/1807)
* Remove extra html when text is not highlighted ([1904](https://github.com/recognai/rubrix/issues/1904)) ([7858dc5](https://github.com/recognai/rubrix/commit/7858dc5be6aefaeb44a20d4de0053ef77cc20f43)), closes [#1758](https://github.com/recognai/rubrix/issues/1758)
* Remove extra type when highlighting the query in the text ([1863](https://github.com/recognai/rubrix/issues/1863)) ([341c581](https://github.com/recognai/rubrix/commit/341c58144e7c5f74da884f16a43d46aadcd90da4)), closes [#1758](https://github.com/recognai/rubrix/issues/1758)


Documentation

* change iframe for mp4 ([dfac8b2](https://github.com/recognai/rubrix/commit/dfac8b27ac03c178e0cb76afb292cf499864462b))
* corrected for iframe ([935f586](https://github.com/recognai/rubrix/commit/935f58686ab48007ddaa94d893f8bf185a349978))
* Link key features ([1805](https://github.com/recognai/rubrix/issues/1805)) ([#1809](https://github.com/recognai/rubrix/issues/1809)) ([4c83604](https://github.com/recognai/rubrix/commit/4c83604983de03e62c90259c87d943c434374e1e))
* resolved miss-direction and old naming in README.md ([f45fe1e](https://github.com/recognai/rubrix/commit/f45fe1e1d382ec6468f7d8b565267d6d52452ef3))
* Update README links linkedin and twitter ([1797](https://github.com/recognai/rubrix/issues/1797)) ([2d4d03a](https://github.com/recognai/rubrix/commit/2d4d03a5814509ecc42ba1529618cb31abbb7122))


As always, thanks to our amazing contributors!
- docs: Link key features (1805) (1809) by chschroeder
- View Docs link in frontend header `users.vue` (1915) by bengsoon
- fix: Change method for Doc creation by spacy.Language (1891) by jamnicki

1.0.1

[1.0.1](https://github.com/recognai/rubrix/compare/v1.0.0...v1.0.1) (2022-11-04)


Bug Fixes

* Remove the extra letter "y" ([1814](https://github.com/recognai/rubrix/issues/1814)) ([f3d5d2e](https://github.com/recognai/rubrix/commit/f3d5d2e5618662dbfa6e069395785297edebc181)), closes [#1811](https://github.com/recognai/rubrix/issues/1811)
* Update `vue-virtual-scroller` dependency version ([1813](https://github.com/recognai/rubrix/issues/1813)) ([147dc8d](https://github.com/recognai/rubrix/commit/147dc8d0297f69af0f90652a2d2fec59bed77049)), closes [#1806](https://github.com/recognai/rubrix/issues/1806) [#1782](https://github.com/recognai/rubrix/issues/1782) [#1816](https://github.com/recognai/rubrix/issues/1816)


Documentation

* corrected for tutorial and api redirections ([1820](https://github.com/recognai/rubrix/issues/1820)) ([26ccdcc](https://github.com/recognai/rubrix/commit/26ccdcc4aeaece409bde82e7297c97689307c0f0))

0.19.0

0.18.0

[0.18.0](https://github.com/recognai/rubrix/compare/v0.17.0...v0.18.0) (2022-10-05)

⚡ Highlights

Better validation of token classification records

When working with Token Classification records, there are very often misalignment problems between the entity spans and provided tokens.
Before this release, it was difficult to understand and fix these errors because validation happened on the server side.

With this release, records are validated during instantiation, giving you a clear error message which can help you to fix/ignore problematic records.

For example, the following record:
python
import rubrix as rb

rb.TokenClassificationRecord(
tokens=["I", "love", "Paris"],
text="I love Paris!",
prediction=[("LOC",7,13)]
)

Will give you the following error message:

python
ValueError: Following entity spans are not aligned with provided tokenization
Spans:
- [Paris!] defined in ...love Paris!
Tokens:
['I', 'love', 'Paris']


Delete records by query

Now it's possible to delete specific records, either by ids or by a query using Lucene's syntax. This is useful for clean up and better dataset maintenance:

python
import rubrix as rb

Delete by id
rb.delete_records(name="example-dataset", ids=[1,3,5])

Discard records by query
rb.delete_records(name="example-dataset", query="metadata.code=33", discard_only=True)


New tutorials

We have two new tutorials!

Few-shot classification with SetFit and a custom dataset: https://rubrix.readthedocs.io/en/stable/tutorials/few-shot-classification-with-setfit.html

Analyzing predictions with model explainability methods: https://rubrix.readthedocs.io/en/stable/tutorials/nlp_model_explainability.html
https://rubrix.readthedocs.io/en/stable/tutorials/few-shot-classification-with-setfit.html


Features

* **API:** provide a dict for record annotations/predictions ([1658](https://github.com/recognai/rubrix/issues/1658)) ([12b0f83](https://github.com/recognai/rubrix/commit/12b0f83ba584231de6bd2c2f775b8dcaf7b88dcc))
* **Client:** expose client extra headers in init function ([1715](https://github.com/recognai/rubrix/issues/1715)) ([79f0529](https://github.com/recognai/rubrix/commit/79f05298c408e6f0861408e2631423bff0860f01)), closes [#1706](https://github.com/recognai/rubrix/issues/1706)
* **Client:** improve httpx errors handling ([1662](https://github.com/recognai/rubrix/issues/1662)) ([85da336](https://github.com/recognai/rubrix/commit/85da336925f39a84df9577c72ce0ae7d508ca50f))
* **Client:** validate token classification annotations in client ([1709](https://github.com/recognai/rubrix/issues/1709)) ([936d1ca](https://github.com/recognai/rubrix/commit/936d1ca3e39d7df5516fc805f9501526e8a5f999)), closes [#1579](https://github.com/recognai/rubrix/issues/1579)
* **Datasets:** delete records by query ([1721](https://github.com/recognai/rubrix/issues/1721)) ([bc9685d](https://github.com/recognai/rubrix/commit/bc9685dbba092c8f29960fc79c2099febbe6b782)), closes [#1714](https://github.com/recognai/rubrix/issues/1714) [#1737](https://github.com/recognai/rubrix/issues/1737)
* **Datasets:** restrict dataset deletion only to creators and super-users ([1713](https://github.com/recognai/rubrix/issues/1713)) ([c1bef9d](https://github.com/recognai/rubrix/commit/c1bef9d0726790e9c981aa906a7c5ba8a24d6521)), closes [#1740](https://github.com/recognai/rubrix/issues/1740)
* **Server:** Add server telemetry ([1687](https://github.com/recognai/rubrix/issues/1687)) ([d7cc006](https://github.com/recognai/rubrix/commit/d7cc0064a6896c8bb4accc3a51d51fbab0cb3c77))


Bug Fixes

* 'MajorityVoter.score' when using multi-labels ([1678](https://github.com/recognai/rubrix/issues/1678)) ([0b94c86](https://github.com/recognai/rubrix/commit/0b94c868131f0fc0c366a28150f06766f8686fcd)), closes [#1628](https://github.com/recognai/rubrix/issues/1628)
* **Metadata limits:** exclude subfields from mappings ([1700](https://github.com/recognai/rubrix/issues/1700)) ([9f9650e](https://github.com/recognai/rubrix/commit/9f9650eb80a11281c0ea73606c39d6b066697f22)), closes [#1699](https://github.com/recognai/rubrix/issues/1699)
* Normalizes the UnauthorizationError for the API response ([1748](https://github.com/recognai/rubrix/issues/1748)) ([6a68048](https://github.com/recognai/rubrix/commit/6a68048b3742c17ef2f02c9b447f9266f9ef1428))
* Search tag reset prior annotation ([1736](https://github.com/recognai/rubrix/issues/1736)) ([dc0a17f](https://github.com/recognai/rubrix/commit/dc0a17fa9da80c5342cc283e841ba997aa36c9a9)), closes [#1711](https://github.com/recognai/rubrix/issues/1711)


Visual enhancements

* Align App UI with the design system ([1672](https://github.com/recognai/rubrix/issues/1672)) ([67d6de8](https://github.com/recognai/rubrix/commit/67d6de818ba1b092ec632fef74c33730df11e597)), closes [#1670](https://github.com/recognai/rubrix/issues/1670)


Documentation

* Add interpret tutorial with Transformers ([1728](https://github.com/recognai/rubrix/issues/1728)) ([c3fa079](https://github.com/recognai/rubrix/commit/c3fa079a94fe1b1515dd609e38facbc185cff38c)), closes [#1729](https://github.com/recognai/rubrix/issues/1729)
* Adds tutorial about custom few-shot classification with SetFit ([1739](https://github.com/recognai/rubrix/issues/1739)) ([4f15ee6](https://github.com/recognai/rubrix/commit/4f15ee656e199bf8ad3093939617765df23f6fdc)), closes [#1741](https://github.com/recognai/rubrix/issues/1741)
* fixing the active learning tutorial with `small-text` ([1726](https://github.com/recognai/rubrix/issues/1726)) ([909efdf](https://github.com/recognai/rubrix/commit/909efdfd07086dc1387d9957fcbb4489dbd4ae51)), closes [#1693](https://github.com/recognai/rubrix/issues/1693)
* raise small-text version to 1.1.0 and adapt tutorial ([1744](https://github.com/recognai/rubrix/issues/1744)) ([16f19b7](https://github.com/recognai/rubrix/commit/16f19b7dbb104eba492aea3cf17b15a3abefbeaa)), closes [#1693](https://github.com/recognai/rubrix/issues/1693)
* Resolve many typos in documentation, comments and tutorials ([1701](https://github.com/recognai/rubrix/issues/1701)) ([f05e1c1](https://github.com/recognai/rubrix/commit/f05e1c1059bee8bee7fc9abf03c4b196e890d85f))
* using official token class. mapper since is compatible now ([1738](https://github.com/recognai/rubrix/issues/1738)) ([e82fd13](https://github.com/recognai/rubrix/commit/e82fd139348f8a6b94a02cf195eeb33e9987281c)), closes [#482](https://github.com/recognai/rubrix/issues/482)


As always, thanks to our amazing contributors!
- refactor: accept flat text as input for token classification mapper (1686) by Ankush-Chander
- feat(Client): improve httpx errors handling (1662) by Ankush-Chander
- fix: 'MajorityVoter.score' when using multi-labels (1678) by dcfidalgo
- docs: raise small-text version to 1.1.0 and adapt tutorial (1744) by chschroeder
- refactor: Incompatible attribute type fixed (1675) by luca-digrazia
- docs: Resolve many typos in documentation, comments and tutorials (1701) by tomaarsen
- refactor: Collection of changes, primarily regarding test suite and its coverage (1702) by tomaarsen

0.17.0

[0.17.0](https://github.com/recognai/rubrix/compare/v0.16.1...v0.17.0) (2022-08-22)

⚡ Highlights

Preparing a training set in the spaCy DocBin format
`prepare_for_training` is a method that prepares a dataset for training. Before `prepare_for_training` prepared the data for easily training Hugginface Transformers.

Now, you can prepare your training data for `spaCy` NER pipelines, thanks to our great community contributor ignacioct !

With the example below, you can export your Rubrix dataset into a Docbin, save it to disk, and then use it with the spacy train [command](https://spacy.io/api/cli#train).

python
import spacy
import rubrix as rb

from datasets import load_dataset

Load annotated dataset from Rubrix
rb_dataset = rb.load("ner_dataset")

Loading an spaCy blank language model to create the Docbin, as it works faster
nlp = spacy.blank("en")

After this line, the file will be stored in disk
rb_dataset.prepare_for_training(framework="spacy", lang=nlp).to_disk("train.spacy")


You can find a full example at: https://rubrix.readthedocs.io/en/v0.17.0/guides/cookbook.html#Train-a-spaCy-model-by-exporting-to-Docbin


Load large datasets using batches
Before this release, the `rb.load` method to read datasets from Python retrieved the full dataset. For large datasets, this could cause high memory consumption, network timeouts, and the inability to read datasets larger than the available memory.

Thanks to the awesome work by maxserras. Now it's possible to optimize memory consumption and avoid network timeouts when working with large datasets. To that end, a simple batch-iteration over the whole database can be done employing the `from_id` parameter in the `rb.load` method.

An example of reading the first 1000 records and the next batch of up to 1000 records:

python
import rubrix as rb
dataset_batch_1 = rb.load(name="example-dataset", limit=1000)
dataset_batch_2 = rb.load(name="example-dataset", limit=1000, id_from=dataset_batch_1[-1].id)


The reference to the `rb.load` method can be found at: https://rubrix.readthedocs.io/en/v0.17.0/reference/python/python_client.html#rubrix.load

Larger pagination sizes for faster bulk review and annotation
Using filters and search for data annotation and review, some users are able to filter and quickly review dozens of records in one go. To serve those users, it's now possible to see and bulk annotate 50 and 100 records in each page.

<img width="1679" alt="Screenshot 2022-08-25 at 10 33 58" src="https://user-images.githubusercontent.com/1107111/186616549-09280798-8a5e-4153-9680-febafd48d65c.png">

Copy record text to clipboard
Sometimes is useful to copy the text in records to use inspect it or process it with another application. Now, this is possible thanks to the feature request by our great community member and contributor Ankush-Chander !

<img width="1028" alt="Screenshot 2022-08-25 at 10 38 19" src="https://user-images.githubusercontent.com/1107111/186617710-f91a9be5-ad0b-4ee9-bbc9-449395a5a260.png">

Better error logging for generic errors
Thanks to work done by Ankush-Chander and frascuchon we now have more meaningful messages for generic server errors!

Features

* Add new pagination size ranges ([1667](https://github.com/recognai/rubrix/issues/1667)) ([5b4f1f2](https://github.com/recognai/rubrix/commit/5b4f1f290d8a1307186059be3df330a5136a9b69)), closes [#1578](https://github.com/recognai/rubrix/issues/1578)
* Allow `rb.load` fetch records in batches passing the `from_id` argument ([3e6344a](https://github.com/recognai/rubrix/commit/3e6344a7b2a6adce4a9289753cfb268f7bb9a0a8))
* Copy to clipboard the record text ([1625](https://github.com/recognai/rubrix/issues/1625)) ([d634a7b](https://github.com/recognai/rubrix/commit/d634a7bfc1bd972b3fb1e82de0a1a0fda4eb7e3b)), closes [#1616](https://github.com/recognai/rubrix/issues/1616)
* **Error Logging:** send error detail in response for generic server errors ([1648](https://github.com/recognai/rubrix/issues/1648)) ([ad17631](https://github.com/recognai/rubrix/commit/ad17631107a108010ad27895e0b47246205d0378))
* **Listeners:** allow using query params in the condition through search parameter ([1627](https://github.com/recognai/rubrix/issues/1627)) ([a0a245d](https://github.com/recognai/rubrix/commit/a0a245d936c139cd7a229c17246cd3f4ed2233e6)), closes [#1622](https://github.com/recognai/rubrix/issues/1622)
* `prepare_for_training` supports spacy ([1635](https://github.com/recognai/rubrix/issues/1635)) ([8587808](https://github.com/recognai/rubrix/commit/85878087144723695568ebde0d04e16fc9de3c1c))


Bug Fixes

* **Client:** reusing the inner `httpx` client ([1640](https://github.com/recognai/rubrix/issues/1640)) ([854a972](https://github.com/recognai/rubrix/commit/854a972e3ad0e3beac9bdc62d79fdf8d53e15f84)), closes [#1646](https://github.com/recognai/rubrix/issues/1646)
* **docker-compose.yaml:** default volume and disable disk threshold ([1656](https://github.com/recognai/rubrix/issues/1656)) ([05ae688](https://github.com/recognai/rubrix/commit/05ae6883e681a773cef280fc6cc1c3d115337924)), closes [#1275](https://github.com/recognai/rubrix/issues/1275)
* Encode rule name in Weak Labeling API requests ([1649](https://github.com/recognai/rubrix/issues/1649)) ([4634df8](https://github.com/recognai/rubrix/commit/4634df8a74b06020f0ab6cf386ad3bbd419b7cbd)), closes [#1645](https://github.com/recognai/rubrix/issues/1645)
* handle stream api connection errors gracefully ([1636](https://github.com/recognai/rubrix/issues/1636)) ([a106ec4](https://github.com/recognai/rubrix/commit/a106ec4541ae9c90e61c835173c11876d249e775)), closes [#1559](https://github.com/recognai/rubrix/issues/1559)
* Update progress bar when refreshing after adding new records ([1666](https://github.com/recognai/rubrix/issues/1666)) ([7e0d915](https://github.com/recognai/rubrix/commit/7e0d9156d614787996b6a5212bd4715132616a12)), closes [#1590](https://github.com/recognai/rubrix/issues/1590)


Documentation

* Add Slack support link in README's get started ([1688](https://github.com/recognai/rubrix/issues/1688)) ([bef010c](https://github.com/recognai/rubrix/commit/bef010cd6fb1c772c21a04c205cde64a7991bd9a))
* Adding Elasticsearch persistence to docker compose section ([1643](https://github.com/recognai/rubrix/issues/1643)) ([ecdc854](https://github.com/recognai/rubrix/commit/ecdc854a5ee5714a85ef3f87202eb102954667d8))
* spacy `DocBin` cookbook ([1642](https://github.com/recognai/rubrix/issues/1642)) ([bb98278](https://github.com/recognai/rubrix/commit/bb9827845053ff47e3575103a1f51097ace9f396)), closes [#420](https://github.com/recognai/rubrix/issues/420)


Visual enhancements

* Small visual adjustments for Text2Text record card ([1632](https://github.com/recognai/rubrix/issues/1632)) ([9c87cf1](https://github.com/recognai/rubrix/commit/9c87cf191093f1779f894f5fb55b2e1febe27123)), closes [#1138](https://github.com/recognai/rubrix/issues/1138)
* Improve card spacing ([1638](https://github.com/recognai/rubrix/issues/1638)) ([fd4016a](https://github.com/recognai/rubrix/commit/fd4016a6a654db54999ff91a3974d4616722c634)), closes [#1624](https://github.com/recognai/rubrix/issues/1624)

You can see all work included in the release here
- fix: Update progress bar when refreshing after adding new records (1666) by leiyre
- chore: configure miniconda for readthedocs builder by frascuchon
- style: Small visual adjustments for Text2Text record card (1632) by leiyre
- feat: Copy to clipboard the record text (1625) by leiyre
- docs: Add Slack support link in README's get started (1688) by dvsrepo
- chore: update version by frascuchon
- feat: Add new pagination size ranges (1667) by leiyre
- fix: handle stream api connection errors gracefully (1636) by Ankush-Chander
- feat: allow `rb.load` fetch records in batches passing the `from_id` argument by maxserras
- fix(Client): reusing the inner `httpx` client (1640) by frascuchon
- feat(Error Logging): send error detail in response for generic server errors (1648) by frascuchon
- docs: spacy `DocBin` cookbook (1642) by ignacioct
- feat: prepare_for_training supports spacy (1635) by frascuchon
- style: Improve card spacing (1638) by leiyre
- docs: Adding Elasticsearch persistence to docker compose section (1643) by maxserras
- chore: remove old rubrix client class (1639) by frascuchon
- feat(Listeners): allow using query params in the condition through search parameter (1627) by frascuchon
- doc: show metric graphs in documentation (1669) by leiyre
- fix(docker-compose.yaml): default volume and disable disk threshold (1656) by frascuchon
- fix: Encode rule name in Weak Labeling API requests (1649) by leiyre

Page 11 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.