comet-ml / opik

Open-source end-to-end LLM Development Platform
Apache License 2.0
1.36k stars 73 forks source link

OPIK-75: Add client side and server side compression #227

Closed thiagohora closed 2 weeks ago

thiagohora commented 2 weeks ago

Details

Add compression to avoid errors like the one below:

[Client action]---------------------------------------------{
1 * Client response received on thread main
1 < 400
1 < content-length: 47
1 < content-type: application/json
1 < date: Thu, 12 Sep 2024 08:38:07 GMT
{"code":400,"message":"Unable to process JSON"}

}----------------------------------------------------------

Issues

Resolves #

Testing

Documentation