skillfed

llama-index-vector-stores-pinecone

llama-index vector_stores pinecone integration

llama-index-vector-stores-pinecone v0.8.1 194.4K downloads/30d#9,833 on PyPI
Permissive license MIT Active released

What it is and what it does

This package is a bridge between LlamaIndex and Pinecone, enabling you to use Pinecone as the vector storage backend for retrieval-augmented generation (RAG) and semantic search workflows. It abstracts Pinecone's API behind LlamaIndex's standard vector store interface, so you can swap vector databases without rewriting your application logic.

The package handles the low-level details of connecting to Pinecone, storing embeddings, and retrieving similar vectors based on semantic similarity. It's designed for developers building LLM applications who want to leverage Pinecone's managed vector database without writing custom integration code. Python 3.10 or later is required.

Use it for:

  • Build a RAG pipeline where documents are embedded and stored in Pinecone, then retrieved by semantic similarity to answer user queries.
  • Implement semantic search over a large corpus by storing embeddings in Pinecone and querying through LlamaIndex.
  • Swap Pinecone for another vector store in an existing LlamaIndex application by changing only the vector store initialization.
  • Integrate Pinecone into a multi-step LLM workflow where context retrieval is one stage in a larger chain.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Pinecone vector database with LlamaIndex for storing and retrieving embeddings in RAG and semantic search applications.

Yes, if you are already using LlamaIndex and want to use Pinecone as your vector store. The package has low install friction, active maintenance, MIT licensing, and no known vulnerabilities. It is a straightforward integration layer with no hidden complexity—install it only if Pinecone is your chosen vector database.

Install

llama-index-vector-stores-pinecone on PyPI

pip

pip install llama-index-vector-stores-pinecone

uv

uv add llama-index-vector-stores-pinecone

poetry

poetry add llama-index-vector-stores-pinecone

Installing llama-index-vector-stores-pinecone

Before you install

Low install friction with a pure Python wheel. Active maintenance as of release date. Depends on llama-index-core and pinecone, both established packages in the LLM ecosystem.

License in practice

MIT license permits commercial and private use with minimal restrictions, typical for ecosystem integration packages.

Quickstart

pip install llama-index-vector-stores-pinecone

from llama_index.vector_stores.pinecone import PineconeVectorStore

vector_store = PineconeVectorStore(index_name="my-index")

Requires active Pinecone account and API credentials configured in environment or passed to the client.

Verify before relying

  • Whether Pinecone API credentials or account setup is required before the package becomes functional
  • Compatibility guarantees with specific versions of llama-index-core or pinecone beyond what requires_python declares

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — llama-index-core, pinecone
Maintenance actively maintained — 0 days since the last release
First released
Downloads 194,439/month — #9,833 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: llama_index_vector_stores_pinecone-0.8.1-py3-none-any.whl

Tags

pinecone vector store integrationllama index pineconevector database embedding storagesemantic search with pineconerag vector store adapterpinecone llm integrationembedding retrieval pinecone
vector-databaseragllm-integration

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

langchain-pinecone

Connects LangChain applications to Pinecone…

permissive · top 5,000 on PyPI

llama-index-vector-stores-chroma

Integrates Chroma vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-milvus

Integrates the Milvus vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-qdrant

Integrates Qdrant vector database with…

permissive · top 15,000 on PyPI

pinecone-plugin-inference

Provides embedding generation through…

permissive · top 15,000 on PyPI

pinecone

Pinecone Python SDK provides a client for…

permissive · top 5,000 on PyPI

llama-index-vector-stores-redis

Integrates Redis as a vector store backend for…

permissive · top 15,000 on PyPI

pinecone-client

This package is deprecated and should not be…

permissive · top 5,000 on PyPI

llama-index-vector-stores-faiss

Integrates FAISS vector storage with LlamaIndex…

permissive · top 15,000 on PyPI

llama-index-vector-stores-lancedb

Integrates LanceDB as a vector store backend…

permissive · top 15,000 on PyPI