mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #23148] feat: improve diarized audio workflow in knowledge bases #58564
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fugufisch on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23148
Goal
Improve the knowledge base workflow for uploaded audio so diarized transcripts are preserved, easy to read, and easy to edit after upload.
Context
Diarization already works well for audio uploads in chat, but the knowledge base workflow is still much less usable for speaker-separated audio.
When audio is uploaded to a knowledge base, the transcript should preserve speaker segmentation and make it practical to clean up speaker names before the content is used downstream.
Proposal
SPEAKER_00with real names across the document.Acceptance criteria
Out of scope