- Transcribe podcast episodes automatically for better accessibility.
- Store and manage podcast transcripts in a structured format.
- Receive real-time alerts for any errors during the transcription process.
Triggers on receiving a webhook for new podcast content. Splits the audio transcription text into smaller chunks for processing. Generates embeddings for each text chunk to enhance searchability. Stores embeddings in a vector database for efficient retrieval. Logs the status of the transcription process in Google Sheets. Sends alerts via Slack in case of errors during the workflow.
- 1Import the workflow template into your n8n instance.
- 2Configure the webhook trigger with your desired endpoint.
- 3Set up credentials for Google Sheets, Cohere, Pinecone, and Slack.
- 4Adjust the text splitter settings as needed for your podcast length.
- 5Test the workflow by sending a sample podcast transcription.