David Beljan
David Beljan
Same here, using webpack
In fact JSON is larger than expected, probably larger than ~130MB, IDB size on disk is compressed. Current assumption is that this is a Browser limitation. Is there any other...
> > Support for Browsers, Cloudflare workers, Nextjs/vercel (browser/serverless/edge), Deno, Supabase edge functions has been released, see https://blog.langchain.dev/js-envs/ for details. See the docs for install/upgrade instructions https://js.langchain.com/docs/getting-started/install including some breaking...
you could add some type shim definitions that extends `ComponentOptions` ``` import Vue, { ComponentOptions as Test } from 'vue'; declare module 'vue/types/options' { interface ValidGroupDecl { [group: string]: string[];...