pablobgar
pablobgar
We are having some difficulties with Uvicorn configuration. We need to apply some custom settings on the rest server like using custom timeouts or applying a custom ssl certificate. This...
Hi, I am having some problems with PandasCodec and grpc requests. On the client side, I have the following code to send a pandas df: ``` python data = pd.DataFrame(data={'col1':...
Hello! I've been testing different ways of making requests, and I've noticed that the performance gets noticeably worse when using requests with many inputs. For example, I have a pandas...