diff --git a/docs/guide/pipeline.rst b/docs/guide/pipeline.rst index 0555299fd..c35dd52a7 100644 --- a/docs/guide/pipeline.rst +++ b/docs/guide/pipeline.rst @@ -171,6 +171,9 @@ you can do a couple of things: :class:`PipelineConfig` that can be serialized and reloaded from JSON, YAML, or similar formats. +Building a pipeline resolves default connections, instantiates components from their +configurations, and checks for cycles. + .. _pipeline-execution: Execution