An integration package connecting Pinecone and LangChain
Project description
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_KEY
PINECONE_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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_pinecone-0.2.0.dev1.tar.gz
.
File metadata
- Download URL: langchain_pinecone-0.2.0.dev1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84789f0e2090a5f96ebe7eefc3a7275a89f5bd08d075fd56b0d411b7c8a35bff |
|
MD5 | 80b71677f4b48c2f57e13f37822abe58 |
|
BLAKE2b-256 | fe6bd9da3a149e6ab022656881255a19dbbe10c086d429fd38fb37139c220790 |
File details
Details for the file langchain_pinecone-0.2.0.dev1-py3-none-any.whl
.
File metadata
- Download URL: langchain_pinecone-0.2.0.dev1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3991777d3175304c61950dfcf5625cae04b00996c72fc46c4e58a2b88227e009 |
|
MD5 | ca886211aa6fdaf1c1b35972308837e3 |
|
BLAKE2b-256 | e8f738fe666174ac1a8d0b637ca69e0b1df1307c6a2877b38b67db9ff2bbda7c |