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 db643f6283
ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189)
- **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. 
7 months ago
..
langchain_ibm ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 7 months ago
scripts ibm: added partners package `langchain_ibm`, added llm (#16512) 7 months ago
tests ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 7 months ago
.gitignore ibm: added partners package `langchain_ibm`, added llm (#16512) 7 months ago
LICENSE ibm: added partners package `langchain_ibm`, added llm (#16512) 7 months ago
Makefile ibm: added partners package `langchain_ibm`, added llm (#16512) 7 months ago
README.md ibm: added partners package `langchain_ibm`, added llm (#16512) 7 months ago
poetry.lock ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 7 months ago
pyproject.toml ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 7 months ago

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