argilla icon indicating copy to clipboard operation
argilla copied to clipboard

[FEATURE] cast datasets pil objects to base64 in SDK

Open burtenshaw opened this issue 6 months ago • 1 comments

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 (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (change restructuring the codebase without changing functionality)
  • Improvement (change adding some improvement to an existing functionality)
  • Documentation update

How Has This Been Tested

Checklist

  • I added relevant documentation
  • I followed the style guidelines of this project
  • I did a self-review of my code
  • I made corresponding changes to the documentation
  • I confirm My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

burtenshaw avatar Aug 27 '24 11:08 burtenshaw