Hello,
My goal is to create a workflow where I fetch some data (reviews, format json) from an endpoint, them pass them to an LLM to identify if the review is a positive or a negative one.
At first I used a Split Out node to send each review one by one to the LLM then I saw that I can pass the list directly.
Now I’m just wondering how does that work. Does it call the LLM once, or one time per row? I guess it’s just once or I wouldn’t understand how the prompt would work but would love the confirmation
Just to confirm that I don’t need to split the data
Thx