Fiddler
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
API Reference:
See an example.