Find answers from the community

Updated 3 months ago

Hi Guys , i have a use case where user

Hi Guys , i have a use case where user uploads a excel with multiple sheet .. each sheet will have 1 table .. we will read different sheets in different data frame .. now i want to use pandas query engine but how will i route to different pandas query engines based on user query ? please guide
W
1 comment
You can use a Router query engine on top of pandas query engine and define each engine description in a full fledged way. That way it can route to the particular pandas query engine based on your query.
https://docs.llamaindex.ai/en/stable/examples/query_engine/RouterQueryEngine/#router-query-engine
Add a reply
Sign up and join the conversation on Discord