DEV Community

Discussion on: Cloudflare Workers KV Introduction

 
byrro profile image
Renato Byrro • Edited

Sure, yes, I mean using TFJS in the browser, backed by models stored in CF KV.

Wasn't aware of the 1 MB payload limit in Workers. What's the point if KV can store up to 10 MB? At first glance, I would presume Workers should be able to support at least the same limits as KV...

But anyway, models could be stored statically in the CDN anyway

Thread Thread
 
kayis profile image
K

Oh, I didn't mean payload. I meant script size.

Don't know really about the payload.