QVAC-17876 feat[bc]: migrate SDK parakeet transcription to 0.6.0 GGML#2184
Merged
Conversation
Replace ONNX multi-file parakeet loading with single-GGUF models, duplex transcribeStream, and Q8_0 registry constants. Legacy ONNX modelConfig fields raise LegacyParakeetModelDeprecatedError. Wire local @qvac/transcription-parakeet 0.6.0 until publish. Co-authored-by: Cursor <cursoragent@cursor.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Align all six parakeet examples on a consistent file header: title, usage, brief description, and requirements only when needed. Co-authored-by: Cursor <cursoragent@cursor.com>
GustavoA1604
requested changes
May 21, 2026
- Restore reference/api/index.mdx from main; keep only parakeet error update - Preprocess endOfTurn to accept legacy whisper frames without source - Whisper plugin: forward legacy addon endOfTurn (was silently dropped) - Document wire compatibility in transcription.mdx and 0.11.0 breaking.md Co-authored-by: Cursor <cursoragent@cursor.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GustavoA1604
previously approved these changes
May 22, 2026
RamazTs
previously approved these changes
May 22, 2026
Contributor
|
@ishanvohra2 FYI:
All other tests passed on all platforms - GREEN - consider all tests passed! |
Victor-Rodzko
previously approved these changes
May 22, 2026
NamelsKing
requested changes
May 22, 2026
NamelsKing
previously approved these changes
May 22, 2026
gianni-cor
previously approved these changes
May 23, 2026
gianni-cor
approved these changes
May 23, 2026
Contributor
Contributor
Contributor
Contributor
QVAC E2E —
|
Contributor
NamelsKing
approved these changes
May 23, 2026
Contributor
Author
|
/review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note: be concise and prefer bullet points.
🎯 What problem does this PR solve?
@qvac/transcription-parakeet0.6.0 single-GGUF GGML addons.transcribeStream), Sortformer AOSC knobs, or the new Q8_0 registry models from the SDK.modelConfigfields fail opaquely instead of guiding migration.Asana: QVAC-17876
📝 How does it solve it?
@qvac/transcription-parakeetto^0.6.0and load one GGUF via top-levelmodelSrc(variant auto-detected from GGUF metadata).modelpath in the parakeet plugin; reject legacy ONNXmodelConfigwithLEGACY_PARAKEET_MODEL_DEPRECATED(52210).transcribeStream(paced input, partial/final segments, syntheticendOfTurnwithsource: "parakeet"); wireparakeetStreamingConfigand request lifecycle cancel.endOfTurnbysource(whispervsparakeet); whisper keepssilenceDurationMs, parakeet does not.Rebuilds on lessons from reverted #2018 (no TTS bleed-in, structured legacy errors, stream cleanup tests).
🧪 How was it tested?
cd packages/sdk && bun run lint— passcd packages/sdk && bun run test:unit— pass (parakeet schemas, transcribe VAD/event tests)@qvac/transcription-parakeet@0.6.0prebuilds on target platform (darwin-arm64,ios-arm64, etc.)💥 Breaking Changes
BEFORE:
AFTER:
Legacy ONNX keys in
modelConfigstill parse but raiseLegacyParakeetModelDeprecatedErrorwith a migration message.📦 Models
Added models