Pinecone is a vector database with broad functionality.This notebook shows how to use functionality related to the
Pinecone
vector database.
PineconeVectorStore
you first need to install the partner package, as well as the other packages used throughout this notebook.
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
v6.
index_name
doesn’t exist, it will be created.
add_documents
function.