You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
I am trying to load a large CSV with create_csv_agent function.
I get the error " This model's maximum context length is 4097 tokens, however you requested 6595 tokens" when I do agent.run() for some commands. I tried looking for ways to use document splitter here. But it is not clear from the documentation about how to integrate a split document with agents directly.
The text was updated successfully, but these errors were encountered:
I'm running through the same issue. What's odd for me is that I was able to run it some weeks ago without this issue. Have found the way to solve it? Or have you applied an strategy that worked (i.e. map reduce, refining, etc).
Thanks. I will be working on how to solve it. If I come with an asnwer I'll respond here.
I am trying to load a large CSV with create_csv_agent function.
I get the error " This model's maximum context length is 4097 tokens, however you requested 6595 tokens" when I do agent.run() for some commands. I tried looking for ways to use document splitter here. But it is not clear from the documentation about how to integrate a split document with agents directly.
The text was updated successfully, but these errors were encountered: