Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Langchain execution to LangGraph #4

Open
Linked-Liszt opened this issue Oct 29, 2024 · 0 comments
Open

Update Langchain execution to LangGraph #4

Linked-Liszt opened this issue Oct 29, 2024 · 0 comments

Comments

@Linked-Liszt
Copy link
Collaborator

LangGraph is the way that LangChain v0.3 recommends creating action sequences.

https://python.langchain.com/docs/versions/migrating_memory/conversation_buffer_window_memory/#modern-usage-with-langgraph

It is much more flexible but will require a major refactor of all langchain callables in the program. This must be done as the old API will be deprecated in LangChain 1.0 forcing all users to use LangGraph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant