burtenshaw
burtenshaw
# Description Closes # **Type of change** - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature...
# Description This PR brings back templates to the v2 SDK with a minimal selection of document_classification, response_ranking, and response_rating. When combined with https://github.com/argilla-io/argilla/pull/5418 , this PR will make it...
# Description This PR experiments with cast images within the `Record` class to abstract away data uri. This supports this flow: ```python image_paths = [f"{my_image_dir}/{fn}" for fn in os.listdir(my_image_dir)] records...
# Description This PR introduces a utility into the SDK so that it automatically casts PIL objects to base64 based on the datasets `Features` **Type of change** - Bug fix...
This is feature PR for the chat field. It contains changes for: - frontend - sdk - server We need to work on: - docs
This PR implements a custom field on the server and in the SDK. ## Server Fields response is: ```json { "items": [ { "id": "11aff30d-e5cf-4485-b646-07adab0bc5b7", "name": "name", "title": "name", "required":...
The mapping parameter of the `Dataset.records.log` method accepts multiple target dataset attributes using a list. However, the documentation is limited and only in the [API reference](https://docs.argilla.io/latest/reference/argilla/datasets/dataset_records/#src.argilla.records._dataset_records.DatasetRecords.log). We should expand documentation...
**Is your feature request related to a problem? Please describe.** When ingesting records, the `IngestedRecordMapper` class assigns all responses to a given user_id. This compromises the portability of datasets. This...
We want to link from the SDK to the UI to create new datasets form the hub. This will be interfaced in the `from_hub` method. We will need to make...
We want argilla to be included under the 'use this dataset' dropdown on the hub. We will need to open a PR with suggested changes and discuss with the hub...