Pinecone
Pinecone is a vector database with broad functionality.
This notebook shows how to use functionality related to the Pinecone
vector database.
Setup
To use the PineconeVectorStore
you first need to install the partner package, as well as the other packages used throughout this notebook.
%pip install -qU langchain-pinecone pinecone-notebooks
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.