Serverless deployment with google cloud storage #1519
MS-Kinguin
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently exploring the capabilities of LangFlow and am impressed by what it can do. I have a question regarding its potential deployment for production use. Specifically, I'm curious whether it's feasible to deploy a fully functional LangFlow application using a Docker image, perhaps hosted on Google Cloud Run, for production purposes. I've already conducted a preliminary test and found that it functions as follows:
I've noticed a potential issue with this configuration: it temporarily stores flows in memory, which may not be ideal for production. I'm considering the use of cloud storage so that the flows can be shared more effectively. Additionally, I have concerns regarding the integration of LangFlow's API querying within a serverless environment for production. Could you provide some insights on whether LangFlow can be efficiently utilized in such an environment?
Beta Was this translation helpful? Give feedback.
All reactions