Skip to content

WatsonX Adapters Documentation

Overview

The WatsonX Adapters Module provides integration with IBM’s WatsonX AI services. It includes configuration management, authentication handling, and an adapter for seamless interaction with WatsonX models.

Components

WatsonX Adapter

  • WatsonXAdapter - The primary adapter for communicating with WatsonX models. It abstracts API interactions and standardizes response handling.

Configuration Management

  • WatsonXConfig - A configuration class that stores API keys, model parameters, and other WatsonX-specific settings.

Authentication Handling

  • IBMTokenManager - Manages authentication and token retrieval for accessing WatsonX services.