Skip to content

v0.15.0 - Local-Only Audio Processing

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 10:11
7268f14

Breaking

  • Removed YouTube/URL support: AudioRAG now processes only local audio files. Removed all YouTube, yt-dlp, and HTTP URL source providers.
    • Removed YouTubeSource, URLSource, AudioSourceRouter
    • Removed youtube optional dependency group
    • Removed ydl_utils.py and yt-dlp integration
    • Removed source_path in favor of local paths only
    • discover_sources() now only expands directories to audio files
  • Config changes: Removed YouTube-related config options (youtube_format, youtube_cookies_from_browser, youtube_cookie_file, etc.)

Changed

  • Simplified CLI: Index command now only accepts local file/directory paths
  • README and docs updated: Reflects local-only operation

Fixed

  • file:// URL handling: Fixed local file processing to properly handle file:// URLs in both LocalSource.download() and discover_sources()
  • Copilot review fixes: Various docstring and help text updates