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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The documents may be very long, resulting in errors exceeding tokens per minute
If I ask to translate a long document at the LangChain prompt, how can I do so efficiently?
I even went so far as to separate it into chunks. The current logic is hard-coded to enter prompts one by one from doc[0] to doc[5].
Is there a way to do this efficiently?
I would appreciate it if you could also provide example code.
Beta Was this translation helpful? Give feedback.
All reactions