From 7e525a3b91ddf2cc0d9b3add5928460449c1d600 Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Fri, 14 Apr 2023 17:55:21 +0200 Subject: [PATCH] Add link to repo for deploying LangChain to Digitalocean App Platform (#2894) This PR adds a link to a minimal example of deploying `LangChain` to `Digitalocean App Platform`. --- docs/deployments.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployments.md b/docs/deployments.md index eef491e5da..753b6ced43 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -33,12 +33,17 @@ It implements a Question Answering app and contains instructions for deploying t A minimal example on how to run LangChain on Vercel using Flask. +## [Digitalocean App Platform](https://github.com/homanp/digitalocean-langchain) + +A minimal example on how to deploy LangChain to DigitalOcean App Platform. ## [SteamShip](https://github.com/steamship-core/steamship-langchain/) + This repository contains LangChain adapters for Steamship, enabling LangChain developers to rapidly deploy their apps on Steamship. This includes: production ready endpoints, horizontal scaling across dependencies, persistant storage of app state, multi-tenancy support, etc. ## [Langchain-serve](https://github.com/jina-ai/langchain-serve) + This repository allows users to serve local chains and agents as RESTful, gRPC, or Websocket APIs thanks to [Jina](https://docs.jina.ai/). Deploy your chains & agents with ease and enjoy independent scaling, serverless and autoscaling APIs, as well as a Streamlit playground on Jina AI Cloud. ## [BentoML](https://github.com/ssheng/BentoChain)