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

NameDescription

Return Source Documents

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

Outputs

NameDescription

QueryEngine

Final node to return response

Last updated