This release brings an enormous speed boost to Parakeet transcriptions via a new persistent model manager (models stay warm between runs, so after the first load, transcriptions complete much faster).
What's Changed
- feat(transcription): implement persistent model manager for Parakeet by @braden-w in #885
- refactor(db): improve database service architecture and type safety by @braden-w in #882
- refactor: replace array[0] with .at(0) for consistent array access by @braden-w in #884
Full Changelog: v7.5.3...v7.5.4