With evidently 0.7.20, we are able to upload very small datasets (277578 rows and <20 columns).
However, when uploading a dataset slightly bigger (4739520 rows), server gives error:
413 Request Entity Too Large
(Shows in server logs, and propagates back to client).
How to configure the Evidently 0.7.20 server to increase the accepted limit.
Grok suggested option below, but this has no effect.
evidently ui --litestar-request-max-body-size 100000000
What option(s) or configuration settings can be done to increase the limit on size of dataset?
With evidently 0.7.20, we are able to upload very small datasets (277578 rows and <20 columns).
However, when uploading a dataset slightly bigger (4739520 rows), server gives error:
413 Request Entity Too Large
(Shows in server logs, and propagates back to client).
How to configure the Evidently 0.7.20 server to increase the accepted limit.
Grok suggested option below, but this has no effect.
What option(s) or configuration settings can be done to increase the limit on size of dataset?