[GH-ISSUE #5453] [BUG]: Redundant meeting transcription when live transcription is already enabled #5097

Closed
opened 2026-06-05 14:51:59 -04:00 by yindo · 1 comment
Owner

Originally created by @technophilic03 on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5453

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

When live transcription is enabled, the meeting recording is transcribed again after the meeting concludes, even though it has already been transcribed by live transcription.

Are there known steps to reproduce?

No response

LLM Provider & Model (if applicable)

No response

Embedder Provider & Model (if applicable)

No response

Originally created by @technophilic03 on GitHub (Apr 16, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5453 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? When live transcription is enabled, the meeting recording is transcribed again after the meeting concludes, even though it has already been transcribed by live transcription. ### Are there known steps to reproduce? _No response_ ### LLM Provider & Model (if applicable) _No response_ ### Embedder Provider & Model (if applicable) _No response_
yindo added the possible bug label 2026-06-05 14:51:59 -04:00
yindo closed this issue 2026-06-05 14:51:59 -04:00
Author
Owner

@timothycarambat commented on GitHub (Apr 20, 2026):

When live transcription is enabled, the meeting recording is transcribed again after the meeting concludes, even though it has already been transcribed by live transcription.

This is intended. The live transcription can have gaps in window segments and also token prediction since it is done in chunks, whereas the full transcription is done via a sliding window were you will get a far lower word error rate.

The live transcription is more of a UI/UX convenience than a replacement for full transcription - so this is not a bug!

<!-- gh-comment-id:4283952407 --> @timothycarambat commented on GitHub (Apr 20, 2026): > When live transcription is enabled, the meeting recording is transcribed again after the meeting concludes, even though it has already been transcribed by live transcription. This is intended. The live transcription can have gaps in window segments and also token prediction since it is done in chunks, whereas the full transcription is done via a sliding window were you will get a far lower word error rate. The live transcription is more of a UI/UX convenience than a replacement for full transcription - so this is not a bug!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5097