Query Engine
Last updated
Last updated
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).
Vector Store Retriever
Name | Description |
---|---|
Return Source Documents | To return citations/sources that were used to build up the response |
Name | Description |
---|---|
QueryEngine | Final node to return response |