mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
db643f6283
- **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 | ||
scripts | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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