mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
docs: pinecone client version note (#17491)
This commit is contained in:
parent
914af69b44
commit
4f4300723b
@ -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…
Reference in New Issue
Block a user