From 5bea731fb4a9efa57edd3f65de66d74df4cac095 Mon Sep 17 00:00:00 2001 From: Deepankar Mahapatro Date: Tue, 28 Mar 2023 12:02:04 +0530 Subject: [PATCH] docs(deployment): add langchain-serve (#2006) Adds documentation to deploy Langchain Chains & Agents using Jina. Repo: https://github.com/jina-ai/langchain-serve --- docs/deployments.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deployments.md b/docs/deployments.md index 5adfc32e..b5d96e3d 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -37,3 +37,6 @@ 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. + +## [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.