mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
e25b722ea9
**Description**: Invoke callback prior to yielding token in stream method for watsonx. **Issue**: https://github.com/langchain-ai/langchain/issues/16913 |
||
---|---|---|
.. | ||
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