workflows.fit
Back to n8n workflows
n8n templateFreeBy Zain Ali

Real-time email RAG assistant with Gmail, OpenAI GPT, and PGVector

🧠 Email real time RAG Assistant with Gmail, OpenAI & PGVector 📌 Who’s it for This workflow is ideal for: - Professionals - Project managers - Sales and support teams - Anyone managing high volumes of Gmail messages ...

CommunicationHITLAILangchainCore NodesGmail TriggerGmailText Splitter Recursive Character Text Splitter
Loading interactive preview...

Template notes

🧠 Email real time RAG Assistant with Gmail, OpenAI & PGVector

📌 Who’s it for

This workflow is ideal for:

- Professionals - Project managers - Sales and support teams - Anyone managing high volumes of Gmail messages

It enables fast and intelligent search through your email inbox using natural language queries.

---

⚙️ How it works / What it does

- Continuously monitors your Gmail inbox for new emails. - Extracts email content and metadata (subject, body, sender, date). - Converts email content into vector embeddings using OpenAI. - Stores embeddings in a PostgreSQL database with PGVector. - A conversational AI agent performs semantic search on your stored email history. - Supports time-sensitive and context-aware responses via OpenAI Chat model.