Metadata-Version: 2.1
Name: wxai-langchain
Version: 0.0.2
Summary: wxai-langchain enables the use of IBM watsonx.ai in LangChain projects. This is not supported by IBM.
Author-email: Cong Nguyen <cong.nguyen@au1.ibm.com>
Keywords: watsonx.ai,wxai,langchain
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# IBM watsonx.ai LangChain interface

This is a Python library to add a LangChain interface to IBM watsonx.ai. This is not an IBM project and is not supported by IBM.

To install,

```shell
pip install wxai-langchain
```

To use, see the examples folder. This LangChain interface is not compatible with IBM's GenAI GenerateParams schema object.
Always use a JSON for the model's parameters as shown in the examples.
