Query Engine

A query engine serves as an end-to-end pipeline enabling users to ask questions about their data. It receives a natural language query and furnishes a response, accompanied by relevant context information retrieved and passed to the LLM (Large Language Model).

Inputs

Parameters

Name
Description

Return Source Documents

To return citations/sources that were used to build up the response

Outputs

Name
Description

QueryEngine

Final node to return response

Last updated

Was this helpful?