Query Engine
🚀
Enhanced
Direct integration with Langfuse tracing
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).
 (1) (1) (1) (1) (1) (1) (2) (1).png)
Inputs
- Vector Store Retriever
- Response Synthesizer
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 |