feat(speech): improve dialogue segments and add exact matching - #145
Open
FaiziNerd wants to merge 4 commits into
Open
feat(speech): improve dialogue segments and add exact matching#145FaiziNerd wants to merge 4 commits into
FaiziNerd wants to merge 4 commits into
Conversation
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.
Related issue
Closes #89
Summary
Speech indexing now keeps Whisper鈥檚 timed words as the shared transcript source, then builds searchable segments from that word list instead of only chopping each ASR cue into fixed fragments.
speech_transcript.jsonwith word text and start/end times (speaker labels can attach later via Add speaker diarization and connect speakers to reviewed people聽#86).fixed_words(default,words_per_phrase=5) as the baseline, and addoverlapping_windowsandsentencefor comparison through Add end-to-end retrieval evaluation聽#76.fixed_words:w00000000-00000004), so the same transcript and settings rebuild the same IDs.speechcapability options so a settings change updates the config fingerprint and creates a new index generation.match_kindin public metadata.Compatibility: Existing speech indexes must be rebuilt. Segment
source_idvalues and speech metadata shape change.Validation