Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 965 Bytes

query-engine.md

File metadata and controls

22 lines (14 loc) · 965 Bytes

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