diff --git a/README.md b/README.md index 0d149128..0e964743 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. @@ -92,7 +92,7 @@ langchain app new my-app add_routes(app. NotImplemented) ``` -### 3. Use `poetry` to add 3rd party packages (e.g., langchain-openai, langchain-anthropic, langchain-mistral etc). +### 3. Use `poetry` to add 3rd party packages (e.g., langchain-openai, langchain-anthropic, langchain-mistral, etc). ```sh poetry add [package-name] // e.g `poetry add langchain-openai`