mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 22:03:52 +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",
|
since="0.2.13",
|
||||||
removal="1.0",
|
removal="1.0",
|
||||||
message=(
|
message=(
|
||||||
"Refer here for a recommended map-reduce implementation using langgraph: "
|
"Refer to migration guide here for a recommended implementation using "
|
||||||
"https://langchain-ai.github.io/langgraph/how-tos/map-reduce/. See also "
|
"LangGraph: https://python.langchain.com/docs/versions/migrating_chains/map_reduce_chain/" # noqa: E501
|
||||||
"migration guide: "
|
". See also LangGraph guides for map-reduce: "
|
||||||
"https://python.langchain.com/docs/versions/migrating_chains/map_reduce_chain/" # noqa: E501
|
"https://langchain-ai.github.io/langgraph/how-tos/map-reduce/."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
class MapReduceChain(Chain):
|
class MapReduceChain(Chain):
|
||||||
|
Loading…
Reference in New Issue
Block a user