LangChain - Production Deployment
Why does this LangServe class raise an error?
class UpperAPI:
def __call__(self, input):
return input.upper
UpperAPI()('test')
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions