From a5f7900195e9e3d48cc3bd17c1092148c2324272 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 2 Feb 2023 12:31:53 -0800 Subject: [PATCH] vercel deployments --- docs/deployments.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/deployments.md b/docs/deployments.md index b77652d0..ff7b7748 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -27,4 +27,8 @@ This is heavily influenced by James Weaver's [excellent examples](https://huggin 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 +It implements a Question Answering app and contains instructions for deploying the app as a serverless REST API. + +## [Vercel](https://github.com/homanp/vercel-langchain) + +A minimal example on how to run LangChain on Vercel using Flask.