How can I optimize performance for my Pandas Agent using OpenAI Azure and LangChain?
I have implemented a Pandas Agent using OpenAI Azure and LangChain to handle queries on a dataset. However, I’m encountering performance issues where a simple query takes between 8-12 seconds to execute. Here’s a simplified version of my current setup: