docs: pinecone client version note (#17491)

This commit is contained in:
Erick Friis 2024-03-08 17:09:17 -08:00 committed by GitHub
parent 914af69b44
commit 4f4300723b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,14 @@
"%pip install --upgrade --quiet langchain-pinecone langchain-openai langchain" "%pip install --upgrade --quiet langchain-pinecone langchain-openai langchain"
] ]
}, },
{
"cell_type": "markdown",
"id": "1917d123",
"metadata": {},
"source": [
"Migration note: if you are migrating from the `langchain_community.vectorstores` implementation of Pinecone, you may need to remove your `pinecone-client` v2 dependency before installing `langchain-pinecone`, which relies on `pinecone-client` v3."
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "42f2ea67", "id": "42f2ea67",