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.2.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.2.tar.gz.
File metadata
- Download URL: langchain_pinecone-0.2.2.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 |
e32e26ce86609427ca4d38ecf8d7bb70c7c4dd5a4138a5f93da46255ded54b58
|
|
| MD5 |
ac62cfd1ae764eb96e8371ea3384d6af
|
|
| BLAKE2b-256 |
181c9a04a71f44d1e14f66f2cb18c2fe533b6c5f1311f97da927a31e8ed9272b
|
File details
Details for the file langchain_pinecone-0.2.2-py3-none-any.whl.
File metadata
- Download URL: langchain_pinecone-0.2.2-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 |
3697455bbf0dc916f82bc4b31c8c1540eda45a4265ed7e108464a1992036c2ea
|
|
| MD5 |
4d5eeceec38e9f4171898f6b27a52301
|
|
| BLAKE2b-256 |
4e5291aeebc40051014a143f6aab77afd6a2acf17311ea461709317d804c7419
|