GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

Improve DocSum file handling

Open eero-t opened this issue 9 months ago • 3 comments

Description

Use temporary file only when necessary, and use aiofiles own functionality for that.

Issues

n/a.

Type of change

  • [x] Others (enhancement, documentation, validation, etc.)

Dependencies

n/a.

Tests

Just CI so far, so this is marked as draft.

eero-t avatar Feb 17 '25 12:02 eero-t

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

None

github-actions[bot] avatar Feb 17 '25 12:02 github-actions[bot]

Marking as draft, until also manually tested.

eero-t avatar Feb 17 '25 12:02 eero-t

@vrantala Rebased to main and fixed the conflicts => file read + b64encode() (for video/audio processing) is now also done with async/await.

eero-t avatar May 12 '25 12:05 eero-t