From 998b64f82d38a498321a4b553905cd4e28c24db1 Mon Sep 17 00:00:00 2001 From: S Jannette Date: Sat, 9 May 2026 17:29:45 -0400 Subject: [PATCH] Update README to remove yt-dlp python installation instructions Removed installation instructions for yt-dlp from prerequisites. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76247f..9734904 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Source Ingestion -> Parsing -> Chunking -> Embedding (using Voyage AI voyage-3 m ## Prerequisites - **Node.js** (v18+) -- **yt-dlp** -- required for YouTube video source support (`brew install yt-dlp` or `pip install yt-dlp`) +- **yt-dlp** -- required for YouTube video source support (`brew install yt-dlp`) ## Getting Started