vercel deployments (#850)

This commit is contained in:
Harrison Chase 2023-02-02 19:54:09 -08:00 committed by GitHub
parent fc0cfd7d1f
commit 523ad2e6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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). 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. 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.