[Question]: Way to summarize long text without going over rate limits? #1585
Replies: 2 comments
-
Hey @lukasnoeller . I did this with It was a little weird because split at an odd location for the transcript. I had to do a little hand jamming of a few lines of summarization/context from the first chuck into the second. I still hit a rate limit but that was not context it was req/sec I imagine langchain or a newer agent based workflow would be better now if you regularly had to process large inputs sorry no easy one-liner for you. good luck |
Beta Was this translation helpful? Give feedback.
-
Yeah I kind of figured, thanks for responding though! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is your question?
Hi, all, was wondering if there was a way to use the summarize or extract_wisdom patterns to process a text that exceeds the token rate limit that one may have when using the lower tier accounts at an ai hosting service. I wouldn't mind if it splits the job over a few minutes. Wanted to ask here first to see if someone already found a solution to this before I try to whip up one for myself.
Beta Was this translation helpful? Give feedback.
All reactions