Skip to content

Pandas Query Engines #13519

Answered by dosubot bot
mraguth asked this question in Q&A
Discussion options

You must be logged in to vote

The LlamaIndex Query Pipeline and the pandas query engine serve different purposes and operate at different levels of abstraction. The Query Pipeline is a more advanced component that leverages Language Models (LLMs) for interpreting user queries and synthesizing responses, aiming for higher accuracy and user-friendly outputs by understanding the context of the query. It's designed to infer the necessary operations to satisfy a query and then synthesize a response based on the output, making it more flexible and capable of providing tailored responses.

In contrast, the pandas query engine is focused on directly executing pandas operations without the intermediate step of natural language…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mraguth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant