From c71027e7254b48c9b359cdc7799e986008a66cae Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 8 Feb 2023 16:01:19 -0800 Subject: [PATCH] add docs for steamship deployment (#949) Co-authored-by: Harrison Chase --- docs/deployments.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployments.md b/docs/deployments.md index ff7b7748..5adfc32e 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -32,3 +32,8 @@ It implements a Question Answering app and contains instructions for deploying t ## [Vercel](https://github.com/homanp/vercel-langchain) A minimal example on how to run LangChain on Vercel using Flask. + + +## [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.