1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-05 15:18:32 +00:00

docs: Rename IBM product name to IBM watsonx ()

Thank you for contributing to LangChain!

Rename IBM product name to `IBM watsonx`

- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
This commit is contained in:
Mateusz Szewczyk 2025-02-16 03:48:02 +01:00 committed by GitHub
parent 1dfac909d8
commit 8147679169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ ${llmVarName} = AzureChatOpenAI(
},
{
value: "ibm",
label: "IBM",
label: "IBM watsonx",
text: `from langchain_ibm import ChatWatsonx
${llmVarName} = ChatWatsonx(

View File

@ -155,7 +155,7 @@ export default function EmbeddingTabs(props) {
},
{
value: "IBM",
label: "IBM",
label: "IBM watsonx",
text: `from langchain_ibm import WatsonxEmbeddings\n\n${embeddingVarName} = WatsonxEmbeddings(${ibmParamsOrDefault})`,
apiKeyName: "WATSONX_APIKEY",
packageName: "langchain-ibm",