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_KEYPINECONE_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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
langchain_pinecone-0.2.3.tar.gz
(14.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_pinecone-0.2.3.tar.gz.
File metadata
- Download URL: langchain_pinecone-0.2.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99d1aeea5a5bdcb887f427bda768a46d0cf53f00f73203281a4e0415ceea74ff
|
|
| MD5 |
b5c3b2db3a397dfe7886bc9a15579078
|
|
| BLAKE2b-256 |
97d3c20edc5f01d129c58333792ef53669779c771ab5664d30f4519ea30a75fa
|
File details
Details for the file langchain_pinecone-0.2.3-py3-none-any.whl.
File metadata
- Download URL: langchain_pinecone-0.2.3-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e47881b3e119a1254c61cfb6b9e317f3e3fcc41c59484ca0c52a8bf3a80646f8
|
|
| MD5 |
15efc9e3cc88205e57edd16c4b126ceb
|
|
| BLAKE2b-256 |
969c86eb3f30f25d26a442188c6766695bbd88260a5a86d9e735d0f0d5ad9a30
|