diff --git a/README.md b/README.md index 73712fc7..b551c6cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LangServe 🦜️🏓 +🚩 We will be releasing a hosted version of LangServe for one-click deployments of LangChain applications. [Sign up here](https://airtable.com/app0hN6sd93QcKubv/shrAjst60xXa6quV2) to get on the waitlist. + ## Overview `LangServe` helps developers deploy `LangChain` [runnables and chains](https://python.langchain.com/docs/expression_language/) as a REST API. @@ -25,6 +27,10 @@ A javascript client is available in [LangChainJS](https://js.langchain.com/docs/ - Client callbacks are not yet supported for events that originate on the server - Does not work with [pydantic v2 yet](https://github.com/tiangolo/fastapi/issues/10360) +## Hosted LangServe + +We will be releasing a hosted version of LangServe for one-click deployments of LangChain applications. [Sign up here](https://airtable.com/app0hN6sd93QcKubv/shrAjst60xXa6quV2) to get on the waitlist. + ## Security * Vulnerability in Versions 0.0.13 - 0.0.15 -- playground endpoint allows accessing arbitrary files on server. [Resolved in 0.0.16](https://github.com/langchain-ai/langserve/pull/98).