mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-12 15:27:06 +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:
|
||||
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.
|
||||
:param connection_type_validation: Whether the pipeline will validate the types of the connections.
|
||||
Defaults to the value set in the pipeline.
|
||||
|
||||
:returns:
|
||||
The Pipeline instance.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user