Metadata-Version: 2.1
Name: langchain-ibm-watson
Version: 0.0.1
Summary: An integration package connecting IBM Watson and LangChain
Home-page: https://pypi.org/project/langchain-ibm-watson
License: MIT
Author: Yi ZHANG
Author-email: yizhang.dev@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: ibm-watson (>=8.0.0,<9.0.0)
Requires-Dist: langchain-core (>=0.1.43,<0.2.0)
Project-URL: Repository, https://github.com/imyizhang/langchain-ibm/tree/main/libs/watson
Description-Content-Type: text/markdown

# langchain-ibm-watson

This package contains the LangChain integrations for IBM Watson.



## Installation

```bash
pip install langchain-ibm-watson
```
