You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Implement a feature that converts transcriptions into well-structured and readable Markdown documents, enhancing accessibility and readability. This should be a new class of "Service" in LLM-Gateway. We have "summary" already. Maybe "Structured Document".
Description: Drawing inspiration from yt2doc, this feature aims to:
Structured Formatting: Organize transcriptions with appropriate line breaks and paragraphs to improve readability.
Topic Segmentation: Automatically detect and segment topics within the transcription, adding relevant headings and subheadings.
Table of Contents: Generate a table of contents based on the identified sections and headings for easy navigation.
Timestamping: Include timestamps for each section or paragraph to reference the original content easily.
The text was updated successfully, but these errors were encountered:
@damienlaine PR linked. This is the version that i showed you last time. Still haven't had the time to run performance benchmarks on the semantic chunker.
Summary: Implement a feature that converts transcriptions into well-structured and readable Markdown documents, enhancing accessibility and readability. This should be a new class of "Service" in LLM-Gateway. We have "summary" already. Maybe "Structured Document".
Description: Drawing inspiration from yt2doc, this feature aims to:
Structured Formatting: Organize transcriptions with appropriate line breaks and paragraphs to improve readability.
Topic Segmentation: Automatically detect and segment topics within the transcription, adding relevant headings and subheadings.
Table of Contents: Generate a table of contents based on the identified sections and headings for easy navigation.
Timestamping: Include timestamps for each section or paragraph to reference the original content easily.
The text was updated successfully, but these errors were encountered: