- Transform YouTube video transcripts into engaging blog posts.
- Automate the content creation process for marketing teams.
- Enhance SEO by repurposing video content into written articles.
Triggers the workflow with a webhook when a new YouTube transcript is available. Splits the transcript text into manageable chunks for processing. Generates embeddings for the text using AI models. Inserts the embeddings into a Pinecone vector database for efficient storage. Queries the vector database to retrieve relevant information. Processes the data through a RAG agent to create a blog post. Appends the generated blog content to Google Sheets for tracking.
- 1Import the workflow template into your n8n instance.
- 2Configure the webhook trigger with your desired endpoint.
- 3Set up the necessary credentials for OpenAI, Pinecone, and Google Sheets.
- 4Test the workflow by sending a sample YouTube transcript to the webhook.