From c27923a7d178f95d9637b9f3afeb1fc3c6043e22 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 18 Sep 2024 13:33:52 -0400 Subject: [PATCH] Update README.md (#773) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec5fd8f..c436da7d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ in [LangChain.js](https://js.langchain.com/docs/ecosystem/langserve). ## ⚠️ LangGraph Compatibility -LangServe is designed to primarily deploy simple Runnables and wok with well-known primitives in langchain-core. +LangServe is designed to primarily deploy simple Runnables and work with well-known primitives in langchain-core. If you need a deployment option for LangGraph, you should instead be looking at [LangGraph Cloud (beta)](https://langchain-ai.github.io/langgraph/cloud/) which will be better suited for deploying LangGraph applications.