LearnGet to production faster with the Pinecone Reference Architecture for AWSLearn more

The most trusted vector database for ambitious AI

Pinecone powers AI initiatives for the world’s best companies

MicrosoftKlarnaHubSpotClickUpCVS HealthZapier

Get into production fast

Create an account and your first index in 30 seconds, then upload a few vector embeddings from any model… or a few billion.

Quickstart Guide >
import pinecone

# Create an index
# "dimension" needs to be same as dimensions of the vectors you upsert
pinecone.create_index(index_name="products", dimension=1536)

# Connect to the index
index = pinecone.Index(index_name="products")

# Mock vector and metadata objects (you would bring your own)
vector = [0.010, 2.34,...] # len(vector) = 1536
metadata = {'text': "Approximate nearest neighbor search (ANNS) is a fundamental building block in information retrieval"}

# Upsert your vector(s)
index.upsert((id='some_id', values=vector, metadata=metadata)) # (id, vector, metadata)        

More relevant results make better applications

Filter by metadata

Combine vector search with familiar metadata filters to get just the results you want.

Update in real time

As your data changes, the Pinecone index is updated in realtime to provide the freshest results.

Make (the right) keywords matter

Combine vector search with keyword boosting to get the best of both worlds (hybrid search).

5-10ms

Query latency (p95) with our performance-optimized index

9ms

Update latency (p95), 15x faster than HNSW

100B

Total vectors in Pinecone and counting…

Part of the developer-favorite AI stack

Use Pinecone with your favorite cloud provider, data sources, models, frameworks, and more.

Amazon Web Services
Microsoft Azure
GCP
AI21 Labs
OpenAI
Cohere
Anthropic
Hugging Face
Vercel
Langchain
Llama Index
Haystack
Databricks
Snowflake
Daitaku
Airbyte
New Relic
Datadog
Get started >

Data source

Embedding model

Pinecone Vector Database

Search application

Join the movement

Join a growing community of 400,000+ ambitious developers building the next generation of applications with Pinecone.

Pinecone event

Events

Learn and connect with your peers, in person and online.

Attend an event >

Docs

Take advantage of our developer-friendly docs to get going in minutes.

Quickstart >

Forum

Share your questions, and answers in the support forum.

Ask the community >

Pinecone is the #1 vector database.

Dharmesh Shah

CTO, Hubspot

Hubspot
Meet our customers >

Secure and Enterprise-ready

Meet security and operational requirements to bring AI products to market faster.

Secure

Control your data and know it's safe. Pinecone is SOC 2 and HIPAA compliant.

Trust & Security >

Reliable

Powering mission-critical applications of all sizes, with support SLAs and observability.

Docs: Monitoring >

Cloud-native

Fully managed in the cloud of your choice. Also available via marketplaces: AWS, Azure, GCP

Start Building Now

Create your first index for free, with capacity for 100,000 embeddings.
Then upgrade and pay as you go when you're ready to scale, or talk to sales.

Get started for free