惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
V
Visual Studio Blog
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
D
Docker
MyScale Blog
MyScale Blog
小众软件
小众软件
云风的 BLOG
云风的 BLOG
美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 【当耐特】

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Find any content in a YouTube channel with RAG
nexus2045 · 2026-06-27 · via HN's home page

Ask Channel AI (http://askchannel.ai) allows you to quickly find relevant videos, quotes, and timestamps from any YouTube channel.

Channels that are not yet indexed or imported can be done so by signing up, and imports are typically pretty fast for small to medium sized channels (~1 minute). Channels are the first-class citizen instead of individual videos, since summarization of individual videos is already a thing in YouTube.

---

I spend a lot of time watching and listening to long-form content on YouTube (livestreams, podcasts), which often contain nuggets of information or wisdom, but would have trouble finding where it was mentioned after closing the tab.

Was also bored with my full stack engineering day job, and wanted to scratch the itch of building something with AI, to hopefully make myself more industry-relevant.

---

What sets this apart from other tools is that I haven't really found anything similar, or they are very paywalled, or the experience is mostly a Chrome extension. There's Gemini which has access to a huge corpus of YouTube data, but I've often found the results to be inaccurate.

My goal here is to make the best possible feature-set on top of YouTube, but currently a little stuck, so looking for some feedback.

---

The tech:

A channel and all its transcripts are inserted into a PostgreSQL database, and also chunked and embedded into a vector database (Pinecone). Responses are generated with a LLM.

There's also API access, but that is a bit out of scope, and is currently quite basic.