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
Mateusz Szewczyk e25b722ea9
watsonx[patch]: Invoke callback prior to yielding token when streaming (#17625)
**Description**: Invoke callback prior to yielding token in stream
method for watsonx.
 **Issue**: https://github.com/langchain-ai/langchain/issues/16913
7 months ago
..
langchain_ibm watsonx[patch]: Invoke callback prior to yielding token when streaming (#17625) 7 months ago
scripts
tests
.gitignore
LICENSE
Makefile
README.md
poetry.lock watsonx[patch]: Invoke callback prior to yielding token when streaming (#17625) 7 months ago
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