Summarizing RSS feed

I’m somewhat confused about wiring up an RSS feed to an LLM with a custom prompt to summarize the combined titles. Say there were 20 stories, and I wanted to just summarize the headlines, not load each story or do 20 summaries, what is the right approach?

I originally thought of hooking the RSS node to the Summarization Chain, but it wants to loop through each item and summarize them individually. I want to create an aggregate summary based on custom instructions instead.

I’m sure this is easy, but I’ve confused me.

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @timbenz

Summarizing the headlines with the help of AI is a great choice. Mind sharing what you have built so far? It’ll be a lot easier to help moving forward.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.