You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/ibm/README.md

19 lines
375 B
Markdown

# 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
```bash
pip install langchain-ibm
```
## LLM
See a [usage example](https://python.langchain.com/docs/integrations/llms/watsonxllm).
```python
from langchain_ibm import WatsonxLLM
```