Skip to content

Commit

Permalink
Add langgraph compatibility section (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Jul 26, 2024
1 parent 1487bf1 commit a74e072
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ in [LangChain.js](https://js.langchain.com/docs/ecosystem/langserve).
locally (or call the HTTP API directly)
- [LangServe Hub](https://github.com/langchain-ai/langchain/blob/master/templates/README.md)

## ⚠️ LangGraph Compatibility

LangServe is designed to primarily deploy simple Runnables and wok 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.

## Limitations

- Client callbacks are not yet supported for events that originate on the server
Expand Down

0 comments on commit a74e072

Please sign in to comment.