diff --git a/docs/source/index.rst b/docs/source/index.rst index e967647d..4c0a002d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -189,16 +189,18 @@ This trace graph demonstrates how our auto-differentiation works: :doc:`trace_gr Just define it as a ``Parameter`` and pass it to our ``Generator``. -.. figure:: /_static/images/trainable_task_pipeline.png +.. figure:: /_static/images/Trainable_task_pipeline.png :alt: AdalFlow Trainable Task Pipeline :align: center -``AdalComponent`` acts as the `interpreter` between task pipeline and the trainer, defining training and validation steps, optimizers, evaluators, loss functions, backward engine for textual gradients or tracing the demonstrations, the teacher generator. **AdalComponent & Trainer** +``AdalComponent`` acts as the `interpreter` between task pipeline and the trainer, defining training and validation steps, optimizers, evaluators, loss functions, backward engine for textual gradients or tracing the demonstrations, the teacher generator. + + .. figure:: /_static/images/trainer.png :alt: AdalFlow AdalComponent & Trainer :align: center