Find answers from the community

Updated 6 months ago

Hi all, in my query pipeline, I have a

At a glance

A community member has a query pipeline with a node that outputs a list of items. They would like to take this list as input in the next node, send separate queries to the language model for each item, and then link the outputs from all those queries into a final node. A fellow community member suggests using a custom query pipeline component as a possible solution, and the original poster confirms that they were able to get it to work.

Hi all, in my query pipeline, I have a node that outputs a list of items. In the next node, I would like to take the list of items as input and send separate queries to the llm for each item; then link the outputs from all those queries into a final node. Is there a way to do this? Thanks in advance.
L
n
2 comments
Probably just a custom query pipeline component
Thank you for the suggestion, I was able to get it to work.
Add a reply
Sign up and join the conversation on Discord