mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-01 20:14:01 -04:00
[PR #659] [CLOSED] [RFC] Introduce Pluto as a deployment option for LangServe apps #641
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langserve/pull/659
Author: @jianzs
Created: 5/22/2024
Status: ❌ Closed
Base:
main← Head:rfc-deploy-using-pluto📝 Commits (1)
734c6c4Update README.md to introduce Pluto as a deployment option for LangServe apps📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
README.md(+11 -0)📄 Description
Hi, I am working on a project called Pluto, which is a cloud-native application development tool. It simplifies cloud application development by providing a streamlined programming interface for leveraging cloud features and building business logic. Developers can define their dependent services and resources, such as Lambda, Bucket, and etc. by defining a variable. Pluto will automatically provision the resources and deploy the application to the cloud. Developer use the Pluto without need to learn complex cloud technologies, such as Terraform, Pulumi or AWS CDK.
To help the LangServe app developers that don't have much experience with cloud to deploy their apps on the cloud. I have added a new section in the README.md file to introduce Pluto as a deployment option for LangServe apps.
In summary, there are two steps to adapt the LangServe application to the Pluto application so that Pluto can deploy it to AWS.
return_fastapi_app.__name__ == "__main__"code block with the following 4 statements. Therouter_namecan be modified. It is related to the name of the Api Gateway instance created on AWS.For more information, please refer to this link.
I'm not entirely sure if this is an optimal interface for developing LangServe applications. Do you believe it's an effective method for LangServe app developers to deploy their applications in the cloud? I would appreciate any suggestions or queries that you might have. Thank you!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.