Posts tagged “rag”
Semantic Video Search with Transcript Embeddings
Turn YouTube transcripts into a semantic search engine: fetch JSON segments, embed them, store in a vector DB, and return timestamped hits with natural language queries.
Zied · 8/14/2026 · 9 min read
Build a YouTube Video Q&A Chatbot with Transcripts
Turn any YouTube video into a Q&A chatbot using transcript JSON, embeddings, and an LLM. Fetch transcripts free, chunk by timestamp, and get cited answers.
Zied · 8/8/2026 · 9 min read
Build a RAG Pipeline on YouTube Transcripts
Learn how to build a RAG pipeline on YouTube transcripts—fetch, chunk, embed, and retrieve video content with timestamp citations using a transcript API.
Zied · 7/4/2026 · 8 min read