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.5.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.5.tar.gz.
File metadata
- Download URL: langchain_pinecone-0.2.5.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 |
22c16de3109e7e8d232d609d82677eebc4014f6fbc428935b72f7e9b0898bf33
|
|
| MD5 |
e2791fb799001ebd48ef34631e08644b
|
|
| BLAKE2b-256 |
ab11552a70c16c259581fb897e56617f7081c6123ad7d3aa2b397b97dbadc4b2
|
File details
Details for the file langchain_pinecone-0.2.5-py3-none-any.whl.
File metadata
- Download URL: langchain_pinecone-0.2.5-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 |
90aec7f87f3b1a7bf10e4383c682770b16ceccba3e1d744e6ce3d94d9a820e4f
|
|
| MD5 |
8fbfb7d6930243702177af7c18a08fe1
|
|
| BLAKE2b-256 |
2f4659d49c649e0b806befedbf6cb205be7a54f5095ee2acc03187af9f01ec43
|