From 523ad2e6bde43d39b93c170ca7779f0e0e56cbab Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 2 Feb 2023 19:54:09 -0800 Subject: [PATCH] vercel deployments (#850) --- 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.