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.
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.