docs: migration to langchain_oci (#32619)

Doc update. I missed a couple mentions of the old package.
This commit is contained in:
Emmanuel Leroy 2025-08-21 07:03:44 -07:00 committed by GitHub
parent f896bcdb1d
commit 2ec63ca7da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ The `LangChain` integrations related to [Oracle Cloud Infrastructure](https://ww
To use, you should have the latest `oci` python SDK and the langchain_community package installed.
```bash
pip install -U oci langchain-community
pip install -U langchain_oci
```
See [chat](/docs/integrations/llms/oci_generative_ai), [complete](/docs/integrations/chat/oci_generative_ai), and [embedding](/docs/integrations/text_embedding/oci_generative_ai) usage examples.

View File

@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -U oci"
"!pip install -U langchain_oci"
]
},
{
@ -71,7 +71,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.embeddings import OCIGenAIEmbeddings\n",
"from langchain_oci.embeddings import OCIGenAIEmbeddings\n",
"\n",
"# use default authN method API-key\n",
"embeddings = OCIGenAIEmbeddings(\n",