π 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...
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.