mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-16 09:38:07 +00:00
chore: removing an invalid arg from pipeline.base.PipelineBase.connect() docstring
This commit is contained in:
parent
6f5b745d0d
commit
d8cc6f7339
@ -433,8 +433,7 @@ class PipelineBase:
|
|||||||
:param receiver:
|
:param receiver:
|
||||||
The component that receives the value. This can be either just a component name or can be
|
The component that receives the value. This can be either just a component name or can be
|
||||||
in the format `component_name.connection_name` if the component has multiple inputs.
|
in the format `component_name.connection_name` if the component has multiple inputs.
|
||||||
:param connection_type_validation: Whether the pipeline will validate the types of the connections.
|
|
||||||
Defaults to the value set in the pipeline.
|
|
||||||
:returns:
|
:returns:
|
||||||
The Pipeline instance.
|
The Pipeline instance.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user