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.1.tar.gz
(10.4 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.1.tar.gz.
File metadata
- Download URL: langchain_pinecone-0.2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b62eb543d99b1493e18cee63940be48d48b5d1371c24cb6acb52e9a4e0ca8a75
|
|
| MD5 |
3969727391958ae1a0d67ce07d12dbdd
|
|
| BLAKE2b-256 |
0ce89543d1f3f57557e8ed3ca8527c36e493ef79402cf256617b58fa48e73dbf
|
File details
Details for the file langchain_pinecone-0.2.1-py3-none-any.whl.
File metadata
- Download URL: langchain_pinecone-0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32d5e2be8be23c16b530b9c5ce64570813a4ade066cdc9c03bc870da0469c61e
|
|
| MD5 |
155a707ca02aac770eb6fe65b867707a
|
|
| BLAKE2b-256 |
c6c6d81b54f14d4bfb6f474029963c36f11b25cf8b7e1341e7aab81e027b00aa
|