mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-02 18:32:56 +00:00
- **Description:** Added `langchain_ibm` as an langchain partners package of IBM [watsonx.ai](https://www.ibm.com/products/watsonx-ai) LLM provider (`WatsonxLLM`) - **Dependencies:** [ibm-watsonx-ai](https://pypi.org/project/ibm-watsonx-ai/), - **Tag maintainer:** : --------- Co-authored-by: Erick Friis <erick@langchain.dev>
375 B
375 B
langchain-ibm
This package contains the LangChain integrations for IBM watsonx.ai through their ibm-watsonx-ai SDK.
Installation and Setup
- Install the LangChain partner package
pip install langchain-ibm
LLM
See a usage example.
from langchain_ibm import WatsonxLLM