IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
245 stars 101 forks source link

Support for LangChain 0.2 #364

Open bherta opened 2 months ago

bherta commented 2 months ago

Context

We want to use this package for its ability to invoke the LLM, but we also want to make use of LangChain 0.2 in our application. Currently this package requires LangChain 0.1. We are able to get around this by forcing LangChain 0.2 via pip, but it would be great if ibm-generative-ai could update to the newer version of LangChain.