The QueryEngine Tool node is a component in the LlamaIndex ecosystem that creates a tool for invoking a query engine. This tool can be used in various AI applications, particularly those involving language models and information retrieval.
queryEngineToolLlamaIndex
QueryEngineTool
QueryEngineTool
instance, which can be used in other parts of your application or workflow.
QueryEngineTool
class from the LlamaIndex library.
init
method creates and returns a new QueryEngineTool
instance with the provided parameters.