mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Add link to repo for deploying LangChain to Digitalocean App Platform (#2894)
This PR adds a link to a minimal example of deploying `LangChain` to `Digitalocean App Platform`.
This commit is contained in:
parent
ccacf804a8
commit
7e525a3b91
@ -33,12 +33,17 @@ It implements a Question Answering app and contains instructions for deploying t
|
|||||||
|
|
||||||
A minimal example on how to run LangChain on Vercel using Flask.
|
A minimal example on how to run LangChain on Vercel using Flask.
|
||||||
|
|
||||||
|
## [Digitalocean App Platform](https://github.com/homanp/digitalocean-langchain)
|
||||||
|
|
||||||
|
A minimal example on how to deploy LangChain to DigitalOcean App Platform.
|
||||||
|
|
||||||
## [SteamShip](https://github.com/steamship-core/steamship-langchain/)
|
## [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 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.
|
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)
|
## [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.
|
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.
|
||||||
|
|
||||||
## [BentoML](https://github.com/ssheng/BentoChain)
|
## [BentoML](https://github.com/ssheng/BentoChain)
|
||||||
|
Loading…
Reference in New Issue
Block a user