An integration package connecting Pinecone and GigaChain
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_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)
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
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 gigachain_pinecone-0.1.3.tar.gz.
File metadata
- Download URL: gigachain_pinecone-0.1.3.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54b0bf271f71e6f02812b794280d57af78c169740c77efeea34d168e6c9039d
|
|
| MD5 |
78161a5a9792c853155fd223744613e3
|
|
| BLAKE2b-256 |
ed009be230edf8c4a71906781f37bf275d3f3d936f6b0ec52efdba11651dbd20
|
File details
Details for the file gigachain_pinecone-0.1.3-py3-none-any.whl.
File metadata
- Download URL: gigachain_pinecone-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74a021327a5b43b8e9dc11928f29fc3bd7050c1c6317a7dc050b3ef99ab9466
|
|
| MD5 |
60087223d391ad3b40207bf30c05ca5c
|
|
| BLAKE2b-256 |
461cdf0efde0fcd7a0eea5ab4522ebf27198ad50bc949833c7cda8479714ae77
|