mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-25 22:49:59 +00:00
- **Description:** Add possibility to pass ModelInference or Model object to WatsonxLLM class - **Dependencies:** [ibm-watsonx-ai](https://pypi.org/project/ibm-watsonx-ai/), - **Tag maintainer:** : Please make sure your PR is passing linting and testing before submitting. Run `make format`, `make lint` and `make test` to check this locally. ✅
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