mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
langchain[patch]: update deprecation message for MapReduceChain (#28304)
Link migration guide first.
This commit is contained in:
parent
242e9fc865
commit
25a636c597
@ -28,10 +28,10 @@ from langchain.chains.llm import LLMChain
|
||||
since="0.2.13",
|
||||
removal="1.0",
|
||||
message=(
|
||||
"Refer here for a recommended map-reduce implementation using langgraph: "
|
||||
"https://langchain-ai.github.io/langgraph/how-tos/map-reduce/. See also "
|
||||
"migration guide: "
|
||||
"https://python.langchain.com/docs/versions/migrating_chains/map_reduce_chain/" # noqa: E501
|
||||
"Refer to migration guide here for a recommended implementation using "
|
||||
"LangGraph: https://python.langchain.com/docs/versions/migrating_chains/map_reduce_chain/" # noqa: E501
|
||||
". See also LangGraph guides for map-reduce: "
|
||||
"https://langchain-ai.github.io/langgraph/how-tos/map-reduce/."
|
||||
),
|
||||
)
|
||||
class MapReduceChain(Chain):
|
||||
|
Loading…
Reference in New Issue
Block a user