Skip to main content
Version: 1.8.x

Opik

Opik is an open-source platform designed for evaluating, testing, and monitoring large language model (LLM) applications. Developed by Comet, it aims to facilitate more intuitive collaboration, testing, and monitoring of LLM-based applications.

You can configure Langflow to collect tracing data about your flow executions and automatically send the data to Opik.

Prerequisites​

tip

If you need a flow to test the Opik integration, see the Langflow quickstart.

Integrate Opik with Langflow​

  1. If you use Opik Cloud, get an Opik API key.

    An API key isn't required with an Open-Source Opik server.

  2. Call the opik configure CLI to save your Opik configuration in the same environment where you run Langflow:

    opik configure

    For self-hosted Opik, you can also use the following Opik CLI command:

    opik configure --use_local

    For more information, see the Opik SDK configuration documentation.

  3. Start Langflow in the same terminal or environment where you set the environment variables:

    uv run langflow run
  4. In Langflow, run a flow to produce activity for Opik to trace.

  5. Navigate to your Opik project dashboard and view the collected tracing data.

Disable the Opik integration​

To disable the Opik integration, remove the environment variables you set with opik configure, and then restart Langflow.

Was this page helpful?

Support
Search