flow
(required): The input flow containing the data to be processed.query
(optional): The query string used to search the knowledge base. If left empty, the node will return all available knowledge.flow
: The output flow with the retrieved knowledge added.knowledge
: The knowledge retrieved from the knowledge base based on the provided query.flow
input port of the Query Knowledge node.query
input field to search for specific knowledge. Leave it empty to retrieve all knowledge.flow
output port to the next node in your spell to continue processing the flow with the retrieved knowledge.knowledge
output port to access the retrieved knowledge in subsequent nodes or for further processing.query
input empty.query
input is too broad or ambiguous, the node may return a large amount of knowledge, which can impact performance.