mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
19 lines
375 B
Markdown
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
|
||
|
```
|