workflows.fit
Back to n8n workflows
n8n templateFreeBy Adyl Itto

πŸš€ Process YouTube transcripts with Apify, OpenAI & Pinecone database

πŸš€ YouTube Transcript Indexing Backend for Pinecone πŸŽ₯πŸ’Ύ This tutorial explains how to build the backend workflow in n8n that indexes YouTube video transcripts into a Pinecone vector database. Note: This workflow hand...

Data & StorageDevelopmentCore NodesAILangchainAirtableSplit In BatchesWait
Loading interactive preview...

Template notes

πŸš€ YouTube Transcript Indexing Backend for Pinecone πŸŽ₯πŸ’Ύ

This tutorial explains how to build the backend workflow in n8n that indexes YouTube video transcripts into a Pinecone vector database. Note: This workflow handles the processing and indexing of transcripts onlyβ€”the retrieval agent (which searches these embeddings) is implemented separately.

---

πŸ“‹ Workflow Overview

This backend workflow performs the following tasks:

1. Fetch Video Records from Airtable πŸ“₯ Retrieves video URLs and related metadata.

2. Scrape YouTube Transcripts Using Apify 🎬 Triggers an Apify actor to scrape transcripts with timestamps from each video.

3. Update Airtable with Transcript Data πŸ”„ Stores the fetched transcript JSON back in Airtable linked via video ID.