Hi - I was wondering if there were any query transformations for chat engines? Also I was wondering if llama index supported any other query normalization or any personalization features?
Thank you for the response I saw query transformations under the different query engines like the hyde or multistep but i was wondering if there was anyway to breakdown the query for a chat engine?
I mean, the default chat engine is an agent, which will break down queries for you. And of course, you can always call the LLM with a query/instructions directly if you wanted to create your own processing
Personalization should be achieved through the system prompt
Thank you so much for your response. I see I will start testing with the prompting to handle breaking down queries in the caht engine. Also sorry what do you mean about the system prompt?