▲ | langitbiru 12 hours ago | ||||||||||||||||
I did consider building a tool like this before I pivot to something else. I'm learning materials in Chinese Mandarin language from a YouTube playlist. NotebookLLM doesn't support Chinese language yet so you must make sure your app supports Chinese Mandarin so I can use it. :) A way to find specific materials would be nice. Think of converting the whole playlist into something like RAG then you can search anything from this playlist. | |||||||||||||||||
▲ | Franklinjobs617 12 hours ago | parent [-] | ||||||||||||||||
Wow, thanks for this validation! Hearing from someone who almost built the solution themselves confirms we’re on the right track. You hit the nail on the head regarding language support. Mandarin/Multilingual Support: Absolutely, supporting a wide range of languages—especially Mandarin—is a top priority. Since we focus on extracting the official subtitles provided by YouTube, the language support is inherently tied to what the YouTube platform offers. We just need to ensure our system correctly parses and handles those specific Unicode character sets on the backend. We'll make sure CJK (Chinese, Japanese, Korean) languages are handled cleanly from Day 1. The RAG/Semantic Search Idea: That is an excellent feature suggestion and exactly where I see the tool evolving! Instead of just giving the user a zip file of raw data, the true value is transforming that data into a searchable corpus. The idea of using RAG to search across an entire playlist/channel transcript is something we're actively exploring as a roadmap feature, turning the tool from a downloader into a Research Assistant. Thanks for the use case and the specific requirements! It helps us prioritize the architecture. | |||||||||||||||||
|