The community members are discussing whether a query pipeline can take different paths or routes based on conditional logic, or if it has to be done on the whole set of functions. A community member provides an example of using conditional links in a query pipeline, and another community member asks for more documentation on this. The community members then discuss that this can be done with any type of pipeline components, not just agent pipelines. There is no explicitly marked answer, but the community members provide helpful information and examples.
Hey! Does anyone know if a query pipeline can take different paths or routes via an if condition or similar? Or does it have to be done on the whole set of functions?
@Logan M does it only work with an agent pipeline? or can you do it with a normal query pipeline (meaning, using FnComponent instead of AgentFnComponent)