OpenAI workflows
459 results — 93 downloadable workflow files, 366 source-linked n8n references
Pinecone Assistant
On a chat message, runs an OpenRouter agent with calculator and HTTP tools that retrieves answers from Pinecone and Supabase vector stores.
Scheduled AI Knowledge Summary
On a schedule, queries a vector database and generates an OpenAI summary.
Scheduled Telegram Knowledge Bot
On a schedule, queries a vector database, sends a Telegram message, and generates an OpenAI reply.
Webhook Slack Knowledge Assistant
On a webhook, searches a vector database for context, posts to Slack, and generates an OpenAI response.
Scheduled Slack Knowledge Replies
On a schedule, pulls Slack context, queries a vector database, and posts an OpenAI-generated reply.
Webhook Vector Search Responder
On a webhook, retrieves context from a vector database and answers with OpenAI.
Scheduled Vector Knowledge Generator
On a schedule, retrieves context from a vector database and generates a response with OpenAI.
Telegram Vector Search Assistant
On an HTTP request, retrieves context from a vector database, sends it to Telegram, and answers with OpenAI.
Scheduled Vector RAG Generator
On a schedule, retrieves context from a vector database and generates a response with LangChain and OpenAI.
AI PagerDuty Incident Trigger
On a schedule, retrieves vector context, analyzes it with OpenAI, and triggers PagerDuty incidents.
AI Incident Telegram Alert
On manual run, sends a Telegram message, retrieves vector context, analyzes with OpenAI, and triggers a PagerDuty incident.
AI Flight Deal Finder
On a schedule, retrieves vector-database context, queries OpenAI, and searches flights via Skyscanner.
Pinecone io n8n templates assistant quickstart
On a chat message, an OpenAI agent queries a Pinecone assistant to answer questions and ingests documents fetched over HTTP.
Pinecone io n8n templates database quickstart
On a chat message, an OpenAI agent retrieves answers from a Pinecone vector store, chunking and embedding ingested documents.
Pinecone io n8n templates datacamp codealong
On a chat message, an OpenAI agent answers questions through a Pinecone assistant and ingests documents fetched over HTTP.
Pinecone io n8n templates query support docs via dropbox and slack
On a Slack message, an OpenAI agent queries support docs via a Pinecone assistant and Dropbox, then replies in Slack.
Pinecone io n8n templates assistant quickstart
On a chat message, runs an OpenAI agent with MCP tools to query a Pinecone assistant and return answers.
Complete RAG System with Autoupdate Documents Using Qdrant
Embeds Google Drive documents into Qdrant via OpenAI, then answers chat queries using Google Gemini retrieval-augmented generation.
Google Drive RAG Pipeline
On new Google Drive files, extracts and embeds content with OpenAI, then stores vectors in Supabase for chat retrieval.
Google Drive RAG Chat Agent
On new Google Drive files, embeds content into Supabase; on chat, an OpenAI and Gemini agent answers from the vector store.
Scheduled Vector Search Logger
On a schedule, queries a vector database, processes the results with OpenAI, and logs output to AWS CloudWatch.
Dynamic MongoDB Knowledge Base Chatbot with OpenAI GPT
On each chat message, an OpenAI GPT agent answers from a MongoDB knowledge base, retaining context with conversation memory.
AI Chatbot with OpenAI GPT 4.1 Mini and Supabase Database Knowledge Base
On each chat message, an OpenAI GPT agent answers from a Supabase knowledge base, retaining context with conversation memory.
Build RAG Chatbot for Your Website Using Supabase
On chat message, retrieves Supabase-embedded website content and answers via an OpenAI agent with Postgres chat memory.