Fiddler
Fiddler provides a unified platform to monitor, explain, analyze,and improve ML deployments at an enterprise scale.
Installation and Setup
Set up your modelwith 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_callbackimport FiddlerCallbackHandler
API Reference:FiddlerCallbackHandler
See anexample.