You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use langchain library load_summarize_chain to load the map-reduce chain. This works as expected currently but I see that it uses MapReduceDocumentsChain,(from _load_documents in load_summarize_chain) which is deprecated and will be removed for v1.0. Is this something that will be addressed in v1.0 and adjusted to use LangGraph instead? Or is this something I need to address in my repository to keep it working once we upgrade to v1.0? This is also a similar situation to StuffChainDocumentsChain and the rest of the v0.0 chains.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked other resources
Commit to Help
Example Code
Description
I'm trying to use langchain library load_summarize_chain to load the map-reduce chain. This works as expected currently but I see that it uses MapReduceDocumentsChain,(from _load_documents in load_summarize_chain) which is deprecated and will be removed for v1.0. Is this something that will be addressed in v1.0 and adjusted to use LangGraph instead? Or is this something I need to address in my repository to keep it working once we upgrade to v1.0? This is also a similar situation to StuffChainDocumentsChain and the rest of the v0.0 chains.
System Info
langchain==0.3.13
langchain-community==0.3.13
langchain-core==0.3.28
langchain openai==0.2.14
langchain-text_splitter==0.3.4
langsmith==0.1.147
python==3.11.9
Beta Was this translation helpful? Give feedback.
All reactions