Category: Data Management
-
🍄 Transcribe Slack Messages to Airtable
Automatically transcribe Slack group messages and save them to Airtable. Capture conversations, download files, and create transcriptions for organized record-keeping.
-
🎯 Get Records in Airtable & Create Responses with ChatGPT via Webhook
Automatically get records in one Airtable and create records in another with AI-generated responses using ChatGPT via a custom webhook. Streamline data management and communication effortlessly between different tables.
-
🤖 Build a Tax Code Assistant with Qdrant and OpenAI
This n8n workflow builds another example of creating a knowledge base assistant but demonstrates how a more deliberate and targeted approach to ingesting the data can produce much better results for your chatbot. In this example, a government tax code policy document is used. Whilst we could split the document into chunks by content length,…
-
🎤 Transcribe New MP3 Files from Google Drive with Google Cloud Speech
Every time a new mp3 audio file is added to Google Drive, Make will automatically transcribe it with Google Cloud Speech and save the text to a Google Docs document.
-
🔧 Automate PDF Image Extraction & Analysis with GPT-4o
Use CaseManually extracting images from PDF files for analysis is often slow and inefficient. Many users resort to taking screenshots of each page, uploading them to an AI tool like OpenAI for image analysis, and then manually copying the insights into a document. This manual process is time-consuming and prone to errors. This workflow streamlines…
-
🌳 EU Green Legislation Tracker with GPT-4, Google Sheets & Tasks
Tags: EU Legislation, Sustainability, Automation, Web Scraping, OpenAI, Google Sheets, Policy Monitoring, Climate Hey! I’m Samir, a Supply Chain Engineer and Data Scientist from Paris, and the founder of LogiGreen Consulting. We use AI, automation, and data to support sustainable business practices for small, medium, and large companies. This workflow is part of our broader…
-
🚀 CoinMarketCap Telegram Price Bot
Get real-time cryptocurrency prices directly in Telegram! This workflow integrates the CoinMarketCap API with Telegram, allowing users to request live crypto prices simply by sending a message to the bot. Ideal for crypto traders, analysts, and enthusiasts who need quick and easy access to market data. How It Works A Telegram bot listens for user…
-
🚀 Message Buffer System: Redis & GPT-4 for Efficient Processing
This workflow implements a message-batching buffer using Redis for temporary storage and GPT-4 for consolidated response generation. Incoming user messages are collected in a Redis list; once a configurable “inactivity” window elapses or a batch size threshold is reached, all buffered messages are sent to GPT-4 in a single prompt. The system then clears the…
-
🚀 RAG: Context-Aware Chunking – Google Drive to Pinecone via OpenRouter & Gemini
Workflow based on the following article:https://www.anthropic.com/news/contextual-retrieval This n8n automation is designed to extract, process, and store content from documents into a Pinecone vector store using context-based chunking. The workflow enhances retrieval accuracy in RAG (Retrieval-Augmented Generation) setups by ensuring each chunk retains meaningful context.Workflow Breakdown: 🔹 Google Drive – Retrieve Document:The automation starts by fetching…
-
🤖 AI Agent for n8n Creators Leaderboard Reporting
This n8n workflow is designed to automate the aggregation, processing, and reporting of community statistics related to n8n creators and workflows. Its primary purpose is to generate insightful reports that highlight top contributors, popular workflows, and key trends within the n8n ecosystem. How It WorksData Retrieval:The workflow fetches JSON data files from a GitHub repository…