Fiddler provides a unified platform to monitor, explain, analyze, and improve ML deployments at an enterprise scale.

Installation and Setup

Set up your model with Fiddler:
  • The URL you’re using to connect to Fiddler
  • Your organization ID
  • Your authorization token
Install the Python package:
pip install fiddler-client

Callbacks

from langchain_community.callbacks.fiddler_callback import FiddlerCallbackHandler
See an example.