Skip to main content

Debug with Pipeline Builder

Submit a query and examine the detailed component logs to understand how the component processed it to produce the final result.


Prerequisites

A deployed pipeline to debug.

Debug Your Pipeline

  1. In deepset AI Platform, go to Pipelines.

  2. Click More Actions next to the pipeline you want to debug and choose Edit.

    The edit pipeline option
  3. In Pipeline Builder, click Run and type a query in the Playground window that pops up.

    The Run option in Pipeline Builder
  4. Wait until you get an answer and hide the Playground window using the down arrow.

    The hide playground option
  5. Check the components in your pipeline. There is a Logs tag on the components whose logs you can view. Click View on a component to see its output logs.

    The debug icon on a component card

Example

This image shows how to inspect component logs in Pipeline Builder:

Descriptive alt text

Debug Single Components

Run individual components to verify their settings, input and output, and check if they work as expected. For information on how it works, see Run Components in Isolation.