- Automatically extract highlights from Twitch clips for easy management.
- Generate embeddings for video content to enhance searchability.
- Store and query Twitch clip data efficiently using a vector database.
- Log processed highlights into Google Sheets for tracking and analysis.
Webhook receives Twitch clip data for processing. Splitter divides the clip data into manageable chunks. Embeddings are generated for each chunk using a language model. Chunks are inserted into Weaviate for efficient storage and retrieval. Query the vector database for relevant highlights. Log processed highlights into Google Sheets for record-keeping.
- 1Import the Twitch Clip Highlights Script workflow.
- 2Configure the webhook to receive Twitch clip data.
- 3Set up credentials for Cohere and Weaviate.
- 4Connect Google Sheets for logging processed highlights.
- 5Test the workflow to ensure all connections are functioning.