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. 
2024-02-28 07:03:15 -08:00
..
langchain_ibm ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 2024-02-28 07:03:15 -08:00
scripts ibm: added partners package langchain_ibm, added llm (#16512) 2024-02-14 12:12:19 -08:00
tests ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 2024-02-28 07:03:15 -08:00
.gitignore ibm: added partners package langchain_ibm, added llm (#16512) 2024-02-14 12:12:19 -08:00
LICENSE ibm: added partners package langchain_ibm, added llm (#16512) 2024-02-14 12:12:19 -08:00
Makefile ibm: added partners package langchain_ibm, added llm (#16512) 2024-02-14 12:12:19 -08:00
poetry.lock ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 2024-02-28 07:03:15 -08:00
pyproject.toml ibm[patch]: release 0.1.0 Add possibility to pass ModelInference or Model object to WatsonxLLM class (#18189) 2024-02-28 07:03:15 -08:00
README.md ibm: added partners package langchain_ibm, added llm (#16512) 2024-02-14 12:12:19 -08:00

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