diff --git a/docs/docs/integrations/chat/gigachat.ipynb b/docs/docs/integrations/chat/gigachat.ipynb index 90cc42ecf9d9e..548b5c2df7d3c 100644 --- a/docs/docs/integrations/chat/gigachat.ipynb +++ b/docs/docs/integrations/chat/gigachat.ipynb @@ -22,7 +22,7 @@ }, "outputs": [], "source": [ - "%pip install --upgrade --quiet langchain_gigachat" + "%pip install --upgrade --quiet langchain-gigachat" ] }, { diff --git a/docs/docs/integrations/providers/salute_devices.mdx b/docs/docs/integrations/providers/salute_devices.mdx index 04d28101e27f8..b0566e9d76d89 100644 --- a/docs/docs/integrations/providers/salute_devices.mdx +++ b/docs/docs/integrations/providers/salute_devices.mdx @@ -9,7 +9,7 @@ For more info how to get access to GigaChat [follow here](https://developers.sbe GigaChat package can be installed via pip from PyPI: ```bash -pip install langchain_gigachat +pip install langchain-gigachat ``` ## LLMs diff --git a/docs/docs/integrations/text_embedding/gigachat.ipynb b/docs/docs/integrations/text_embedding/gigachat.ipynb index 1b3c56ff82d6d..2f4d0749fa9be 100644 --- a/docs/docs/integrations/text_embedding/gigachat.ipynb +++ b/docs/docs/integrations/text_embedding/gigachat.ipynb @@ -22,7 +22,7 @@ }, "outputs": [], "source": [ - "%pip install --upgrade --quiet langchain_gigachat" + "%pip install --upgrade --quiet langchain-gigachat" ] }, {