This workflow automates the creation and logging of podcast show notes using AI and vector similarity search. It begins with a webhook trigger that receives podcast content, then uses a text splitter to divide the transcript into manageable chunks. These chunks are embedded using Cohere’s API for semantic analysis and stored in a Supabase vector database. When a new query is received, the workflow searches for relevant previous content, leverages OpenAI’s language models for summary and refinement, and finally logs the generated show notes into Google Sheets. This automation streamlines podcast content management, making it ideal for content creators looking to quickly produce and organize show notes with AI assistance.
Automated Podcast Show Notes Generator
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.embeddingsCohere, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter, @n8n/n8n-nodes-langchain.toolVectorStore, @n8n/n8n-nodes-langchain.vectorStoreSupabase, googleSheets, stickyNote, webhook |
Reviews
There are no reviews yet.