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.4.tar.gz
(20.8 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.4.tar.gz.
File metadata
- Download URL: langchain_pinecone-0.2.4.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d27868b8227c6fa1c46034cd35f43f8be74da55545e62362cb3b12bfe9e6919f
|
|
| MD5 |
f7a72227b611473040e44ffbf6e8ae89
|
|
| BLAKE2b-256 |
91acdc6e0fdac89192195553d7de42cec7de96738a45be9d76ae8889b8a56d74
|
File details
Details for the file langchain_pinecone-0.2.4-py3-none-any.whl.
File metadata
- Download URL: langchain_pinecone-0.2.4-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e94d5adf62303eac6a3c7c41c5d7f31379ea8743f813a70a95b59bb2ca6e4c6
|
|
| MD5 |
afe7835978fcdd649e1d673aca1fe789
|
|
| BLAKE2b-256 |
9fb9a4bde0c1969e1ebc457cd48909389dda8e9c415129a8f1a9e178819c4c60
|