docs: pinecone client version note (#17491)

pull/17489/head
Erick Friis 7 months ago committed by GitHub
parent 914af69b44
commit 4f4300723b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,6 +37,14 @@
"%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",
"id": "42f2ea67",

Loading…
Cancel
Save