Postgres workflow'ları
43 sonuç — 6 indirilebilir workflow dosyası, 37 kaynağa bağlı n8n referansı
Build your own PostgreSQL MCP server (visuals capable)
Exposes Postgres as an MCP server, letting an Anthropic-powered chat agent query the database and return results.
COO Task Prioritization
On a schedule, fetches Asana tasks, prioritizes them with an OpenAI agent using Pinecone context, and stores results in Postgres.
Build your own PostgreSQL MCP server(No visuals)
Exposes Postgres as an MCP server and runs an Anthropic chat agent that queries the database through MCP tools.
DELIVERY HAMBURGUERIA MVP
On a schedule, runs a burger-delivery AI agent that classifies messages, retrieves context from a Supabase vector store, and persists chat in Postgres.
Petshop 4
When files land in Google Drive, extracts and embeds them with OpenAI into a Supabase vector store, caching via Redis for a pet-shop assistant.
Index Google Drive Files into a Supabase Vector Store with OpenAI Embeddings
On a new Google Drive file, extracts and chunks its text, embeds it with OpenAI, and indexes it into a Supabase/Postgres vector store.
Reindex Markdown Docs into a Supabase Pgvector RAG Store (Schedule )
On a schedule, fetches markdown docs over HTTP, chunks them in code, and reindexes them into a Postgres pgvector store in batches.
Generate Brave Search Goggles with Dataforseo & Firecrawl & OpenAI
On manual trigger, gathers DataForSEO and Firecrawl results, extracts data with OpenAI, and stores Brave Search Goggles in Postgres.
Email Automation
On a new Gmail message, an OpenAI agent drafts a contextual reply, logs it to Postgres, and sends the response via Gmail.
KB Builder - Historical Emails
Manually triggered, pulls historical Gmail messages, processes them with OpenAI, and stores them in Postgres as a knowledge base.
RAG Telegram BOT with Google Drive & Local LLM (Ollama)
On a Telegram message webhook, retrieves context from Postgres and Google Drive documents and replies with a RAG-generated answer via Telegram.
Build an OpenAI RAG System with Document Upload, Semantic Search and Caching
On a webhook, extracts and embeds uploaded documents into a Postgres vector store with OpenAI, then answers queries via a RAG agent.
Maintain RAG Embeddings with OpenAI & Auto Drift Rollback
On a schedule, refreshes OpenAI embeddings in Postgres, compares datasets to detect drift, and auto-rolls back via an agent when it diverges.
Feedback Loop
On a schedule, pulls feedback records from Postgres, analyzes them with an OpenAI agent, and emails the results via Gmail.
Run a Self Hosted Multi Channel AI Assistant with Claude, Gemini and Gmail
On a Telegram message, runs a multi-model AI agent with Postgres memory and Supabase vector search, replying across Telegram and Gmail.
Gmail to Vector Embeddings with Pgvector and Ollama
On new Gmail emails, processes messages in batches, generates embeddings, and stores them as vectors in Postgres.
OpenRouter, Telegram & OpenAI Automation
On Telegram messages, runs an OpenRouter and OpenAI agent with Postgres chat memory and workflow tools, then replies via Telegram.
Predictive AI Ops Incident Prevention and Autonomous Remediation System
On a schedule, analyzes system metrics with an OpenAI agent, stores vector embeddings in Postgres, and sends Slack and email incident alerts.
Postgres to OpenAI Automation
On a chat message, ingests files and runs an OpenAI agent over a Postgres vector store, summarizing content and responding via webhook.