-
Notifications
You must be signed in to change notification settings - Fork 16k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBM: added partners package langchain_ibm
, added llm
#16512
IBM: added partners package langchain_ibm
, added llm
#16512
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
# Conflicts: # .github/workflows/_integration_test.yml # .github/workflows/_release.yml
@efriis @eyurtsev @baskaryan @hwchase17 Could you please review my PR to introduce new partner packages? |
Hi @hwchase17, |
@efriis Suggested changes have been added. Could you take a look again on my PR? Thanks in advance. |
…16512) - **Description:** Added `langchain_ibm` as an langchain partners package of IBM [watsonx.ai](https://www.ibm.com/products/watsonx-ai) LLM provider (`WatsonxLLM`) - **Dependencies:** [ibm-watsonx-ai](https://pypi.org/project/ibm-watsonx-ai/), - **Tag maintainer:** : --------- Co-authored-by: Erick Friis <[email protected]>
langchain_ibm
as an langchain partners package of IBM watsonx.ai LLM provider (WatsonxLLM
)Please make sure your PR is passing linting and testing before submitting. Run
make format
,make lint
andmake test
to check this locally. ✅