Replies: 1 comment
-
Do you have any work around for this issue ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed a comment on the RemoteRunnable class in LangServe mentioning that batch with return_exceptions=True is not supported due to the lack of exception translation from the server:
I was planning to use RemoteRunnable in batch mode, but when an exception occurs on the server, the entire batch is lost. I was wondering if this feature is on the roadmap for future development?
Beta Was this translation helpful? Give feedback.
All reactions