Learn how the Query Node in Giselle executes queries against data sources like the GitHub Vector Store to enable Retrieval-Augmented Generation (RAG).
Output
of a data source node (like the GitHub Vector Store Node) to the Input
of the Query Node. Until a data source is connected, the node will indicate that it is waiting for a connection.
Result
output of the Query Node contains the collection of retrieved data chunks. This structured data can be passed to subsequent nodes—most commonly a Generator Node—to serve as dynamic context for text generation.