Skip to content
How to get data fro...
 
Notifications
Clear all

How to get data from tables/lists into LLMs

3 Posts
3 Users
0 Reactions
7 Views
JeromeSiau
(@jeromesiau)
Posts: 1
New Member
Topic starter
 

Hello,

My objective is to build a process that retrieves data (reviews, formatted as JSON) from an API endpoint. This data will then be sent to an LLM to determine if each review is positive or negative.

Initially, I utilized a Split Out node to send each review individually to the LLM. Later, I discovered that I could pass the entire list directly.
Now, I'm curious about how this functionality operates. Does it invoke the LLM a single time, or once for each item in the list? I suspect it's only once, as otherwise, I wouldn't grasp how the prompt would function, but I would appreciate confirmation.

:slight_smile:

Just to be sure, I don't need to split the data.

Thanks

 
Posted : 12/04/2025 12:29 pm
mdmiko
(@mdmiko)
Posts: 5
Active Member
 

If you don't split items, the AI agent will only be invoked once. In this scenario, the node connection will display "1 item".

 
Posted : 12/04/2025 6:56 pm
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 90 days following the last response. New replies are no longer permitted.

 
Posted : 11/07/2025 6:56 pm
Share: