Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[FEATURE] Run LangChain in the client side instead of server side

Open badbye opened this issue 2 years ago • 1 comments

Describe the feature you'd like LangChain can be used in the browser. I think this whole project could work without a server.

badbye avatar Apr 16 '23 07:04 badbye

Yeah it works on browser now but not sure what's the limitation there.

For now we'd prefer to stick to using server for NodeJS thread processing, serve api and flow logic, connecting to databases for your chatflows and messages (we'll add postgres, sql). Most npm dependencies used are also designed for Node

HenryHengZJ avatar Apr 16 '23 22:04 HenryHengZJ