Transform YouTube Playlists into Interactive Chatbot Knowledge Bases
This n8n workflow converts YouTube playlists or individual videos into interactive knowledge bases, allowing users to chat with the content and receive summaries and insights without watching the videos.
This comprehensive workflow leverages n8n to transform YouTube playlists or videos into interactive chatbots. It fetches video details and transcripts, processes them using Google Gemini AI, and stores the information in a vector database. Users can interact with the AI to get summaries and ask questions about the content, with context managed by Redis. The workflow supports both individual videos and playlists, providing a flexible solution for content analysis, research, and learning.
Platform
n8n
Category
AI
Price
Free
Creator
Aisha Okafor
if
set
code
limit
merge
redis
switch
splitOut
summarize
stickyNote
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.