Lunary has partnered with IBM to provide a seamless integration for monitoring WatsonX calls in your Python app. Our Python SDK includes automatic integration with IBM WatsonX’s foundation models using Lunary.Documentation Index
Fetch the complete documentation index at: https://docs.lunary.ai/llms.txt
Use this file to discover all available pages before exploring further.
Setup the SDK
First, ensure you have installed the IBM WatsonX SDK and Lunary. Set your environment variables for IBM authentication.Configure your environment variables:
IBM_API_KEY: your IBM API keyIBM_PROJECT_ID: your IBM project id
Monitor IBM WatsonX calls
Wrap your WatsonX model instance with Lunary’s
monitor method to automatically track your calls.