PineconeStore
features and configurations head to the API reference.
Class | Package | PY support | Package latest |
---|---|---|---|
PineconeStore | @langchain/pinecone | ✅ |
@langchain/pinecone
integration package. You’ll also want to install the official Pinecone SDK to initialize a client to pass into the PineconeStore
instance.
This guide will also use OpenAI embeddings, which require you to install the @langchain/openai
integration package. You can also use other supported embeddings models if you wish.
text-embedding-3-small
). Once you’ve done this set the PINECONE_INDEX
, PINECONE_API_KEY
, and (optionally) PINECONE_ENVIRONMENT
environment variables:
PineconeStore
features and configurations head to the API reference.