We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbf725 commit ba27d46Copy full SHA for ba27d46
1 file changed
haystack/core/pipeline/base.py
@@ -322,7 +322,7 @@ def load(
322
callbacks: DeserializationCallbacks | None = None,
323
) -> T:
324
"""
325
- Creates a `Pipeline` object a string representation.
+ Creates a `Pipeline` object from a string representation.
326
327
The string representation is read from the file-like object passed in the `fp` argument.
328
0 commit comments