You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-langchain-pinecone-0.2.2-1.lbn36.noarch

python3-langchain-pinecone-0.2.2-1.lbn36.noarch

Package Attributes
RPM  python3-langchain-pinecone-0.2.2-1.lbn36.noarch.rpm Architecture  noarch Size  65021 Created  2025/05/13 02:04:21 UTC
Package Specification
Summary An integration package connecting Pinecone and LangChain
Group Unspecified
License ZPL
Home Page https://pypi.org/project/langchain-pinecone
Description

langchain-pinecone This package contains the LangChain integration with Pinecone. Installation pip install -U langchain-pinecone

And you should configure credentials by setting the following environment variables:

PINECONE_API_KEY PINECONE_INDEX_NAME

Usage The PineconeVectorStore class exposes the connection to the Pinecone vector store. from langchain_pinecone import PineconeVectorStore

embeddings = ... # use a LangChain Embeddings class

vectorstore = PineconeVectorStore(embeddings=embeddings)

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsZstd)  
Provides
python-langchain-pinecone
python3-langchain-pinecone
python3.10-langchain-pinecone
python3.10dist(langchain-pinecone)
python3dist(langchain-pinecone)
Obsoletes
python-langchain-pinecone

Document Actions