workflows.fit
Back to n8n workflows
n8n templateFreeBy Mehedi Ahamed

Chat with news articles using AI analysis in Telegram with vector search

šŸ“Œ Overview This workflow allows users to send any newspaper or article link to a Telegram bot. The workflow then: 1. Validates the URL 2. Scrapes the webpage (title, description, full text, images, OG metadata) 3. Pr...

DevelopmentCore NodesCommunicationHITLAILangchainTelegramOutput Parser Structured
Loading interactive preview...

Template notes

šŸ“Œ Overview

This workflow allows users to send any newspaper or article link to a Telegram bot. The workflow then:

1. Validates the URL 2. Scrapes the webpage (title, description, full text, images, OG metadata) 3. Processes it using a Vision-Language Model (VLM) 4. Generates structured summaries & highlights 5. Downloads images (if available) 6. Sends a formatted report + document back to Telegram 7. Stores the summary in a vector database 8. Allows users to chat with the article using semantic search

Perfect for: āœ” News researchers āœ” Students āœ” Journalists āœ” Telegram-based AI assistants āœ” Automated media monitoring

---

🧠 What the Workflow Does

1. Telegram Trigger

Listens for messages from the user. Detects if the message contains a valid link.