Dear Forum,
I have a PDF file that I want to analyze with ChatGPT and then ask some questions about it.
However, when I use the “ReadPDFText” activity and send the content to ChatGPT, it exceeds the token limit.
To address this, I tried splitting the text into smaller parts and sending them in a loop.
Unfortunately, I found that ChatGPT does not remember any text from previous loops, likely because it cannot retain the string from the last iteration.
Is there any solution to achieve this goal effectively?
Thank you!