From bfabd1d5c0bf536fdd1e743e4db8341e7dfe82a9 Mon Sep 17 00:00:00 2001 From: Eli Mernit Date: Thu, 2 Feb 2023 02:38:36 -0500 Subject: [PATCH] Added new deployment template (#835) This PR introduces a new template for deploying LangChain apps as web endpoints. It includes template code, and links to a detailed code-walkthrough. --- docs/deployments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deployments.md b/docs/deployments.md index fd661717..b77652d0 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -22,3 +22,9 @@ This repo serves as a template for how deploy a LangChain with Gradio. It implements a chatbot interface, with a "Bring-Your-Own-Token" approach (nice for not wracking up big bills). It also contains instructions for how to deploy this app on the Hugging Face platform. This is heavily influenced by James Weaver's [excellent examples](https://huggingface.co/JavaFXpert). + +## [Beam](https://github.com/slai-labs/get-beam/tree/main/examples/langchain-question-answering) + +This repo serves as a template for how deploy a LangChain with [Beam](https://beam.cloud). + +It implements a Question Answering app and contains instructions for deploying the app as a serverless REST API. \ No newline at end of file