OpenAI workflow'ları
459 sonuç — 93 indirilebilir workflow dosyası, 366 kaynağa bağlı n8n referansı
Natural language Q&A for Pipedrive leads using GPT-4o-mini
On a chat message, runs a GPT-4o-mini agent that queries Pipedrive leads and answers questions in natural language.
AI Powered WhatsApp Customer Service with GPT 4, Smart Routing & Knowledge Base
On a WhatsApp message, classifies the request, looks up answers in Supabase and Google Docs, logs to Sheets, and replies via WhatsApp or Gmail.
Build an Advanced Multi Query RAG System with Supabase and GPT 5
On a chat message, an AI agent runs multi-query retrieval over a Supabase vector store with OpenAI embeddings to answer questions.
Slack RAG Knowledge Agent
On a webhook or form, embeds Google Drive documents into a vector store and answers questions with an OpenAI agent in Slack.
Parse, Normalize, Extract, and Store PDF Content for RAG in Pinecone
On a new Google Drive file, extracts and chunks PDF text, embeds it with OpenAI, and stores vectors in Pinecone.
Query Slack Channel History with Natural Language Using OpenAI
On a chat message, an OpenAI agent queries Slack channel history in natural language and returns answers.
PDF Proposal Knowledge Base with S3, OpenAI GPT 4o & Qdrant RAG Agent
On manual run, extracts PDF proposals from AWS S3, embeds them into Qdrant with OpenAI, and answers questions via a chat RAG agent.
Complete RAG System with Autoupdate Documents Using Qdrant
On manual run or a Google Drive change, embeds Drive documents into Qdrant with OpenAI and answers chat questions via Gemini retrieval-augmented QA.
Search Outlook Emails with Natural Language Queries Using GPT 4o
On a chat message, a GPT-4o agent searches Microsoft Outlook from natural-language queries and aggregates the matching emails.
ChatBot For RAG Based LLMs
On a chat message, answers questions with an OpenAI agent grounded in Google Drive documents embedded into a Pinecone vector store.
Simple RAG chatbot
On a new Google Drive file, indexes it into Pinecone, then answers chat questions with an OpenAI RAG agent and Cohere reranking.
ServiceNow Knowledge Chatbot
On a chat message, answers questions from ServiceNow knowledge articles using a Qdrant-backed OpenAI RAG agent with conversation memory.
Export Dian Memo 03
On a schedule, an OpenAI agent processes documents into a Supabase vector store and sends results through Gmail.
Slack Project Update RAG Agent
On a Slack message, an OpenAI agent retrieves project context from Pinecone and replies with a project update in Slack.
Multi-agent RAG system for smarter BRD (Business Requirement Document) writing
On form submission, builds a RAG-grounded business requirements document with OpenAI, logs it to Google Sheets, and emails it via SendGrid.
Drive Document Chat Agent
On a chat message, extracts a Google Drive file, embeds it into an in-memory vector store, and answers via an OpenAI agent.
Context Ingestion Pipeline
On a webhook, parses incoming documents with an OpenRouter agent and embeds them into a Milvus vector store using OpenAI embeddings.
RAG Chat Assistant with Claude, Supabase Vector Store, and Postgres Memory
On a chat message, answers questions with Claude using Supabase vector retrieval, OpenAI embeddings, and Postgres memory.
AI Multi Source Agent with GPT 4, Perplexity Search, Supabase and Google Sheets
On a chat message, answers via an OpenAI agent that queries a Supabase vector store, Perplexity and Google Sheets, reranked with Cohere.
Chat with Documents Via RAG: Google Drive to GPT 5 with Supabase Vector Database
Embeds Google Drive documents into a Supabase vector store, then answers questions via an OpenAI agent across Telegram, WhatsApp, Slack and Gmail.
Vector Store
On a chat message, a Google Gemini agent retrieves context from a Supabase vector store and logs interactions to Google Sheets.
AI Powered Stock Analysis with Danelfin, Twelvedata and Alpha Vantage
On trigger, an AI agent researches stocks across live market APIs and a Supabase vector store, emailing OpenAI/OpenRouter analysis via Gmail and Telegram.
RAG with Weaviate
On form upload, splits and embeds files with OpenAI into Weaviate, then answers chat questions via retrieval QA.
Email parser for RAG agent powered by Gmail and Mem0
On a new Gmail email, an OpenAI and Mistral agent parses the message and stores structured data to Mem0 memory via MCP.