The title is very good, clearly conveying the template's purpose while mentioning key technologies

Go to Workflow
133 views
Built by Falk Falk
Created on June 05, 2026

Description

How it works
Collects articles from your preferred RSS feeds.
Rates and tags each article using an AI model (e.g., QWEN 14B-s4), filtering for relevance and quality.
Summarizes high-rated articles with a language model (e.g., Gemma3 4B) for quick, digestible reading.
Checks for duplicates to avoid sending the same article twice.
Formats and sends the top articles as an HTML newsletter via Gmail, using OAuth2 authentication.
Stores records in a Postgres database, tracking which articles have been sent and their ratings.

Requirements
Postgres Account
AI Models (if you work localy use Ollama)
In the cloud you have to change Ollama node to your prefered Model Node
RSS Feed of your desire
Google Auth2, if you want to use Gmail

Recommendations
Use n8n local version for this workflow
Here are some more informations: https://github.com/falks-ai-workbench/n8n_newsletter

Nodes Used (5)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Ollama Chat Model
@n8n/n8n-nodes-langchain.lmChatOllama
Postgres
n8n-nodes-base.postgres