Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Search through billions of items for similar matches to any object, in milliseconds. It’s the next generation of search, an API call away.
Effortlessly translate between Modern English and Shakespearean English. Accurate, professional, and free.
AI Document Translation | supports online translation of pdf/pptx/xlsx/epub/srt/html etc.
Pinecone is a vector database that helps power AI for the world's best companies. It enables developers to build knowledgeable AI applications faster and more efficiently.
Create an account and your first index in 30 seconds, then upload a few vector embeddings from any model or a few billion. Perform low-latency vector search to retrieve relevant data for search, RAG, recommendation, detection, and other applications.
Perform low-latency vector search to retrieve relevant data for search, RAG, recommendation, detection, and other applications.
Combine vector search with familiar metadata filters to get just the results you want.
Fast and accurate vector search over all your data.
As your data changes, the Pinecone index is updated in real-time to provide the freshest results.
Combine vector search with keyword boosting for the best of both worlds (hybrid search).
Create a serverless index, target the index, mock vector and metadata objects, and upsert your vector(s).
from pinecone import Pinecone, ServerlessSpec
pc = Pinecone(api_key="YOUR_API_KEY")
pc.create_index(name="products", dimension=1536, spec=ServerlessSpec(cloud='aws', region='us-east-1'))
index = pc.Index("products")
vector = [0.010, 2.34,...] # len(vector) = 1536
metadata = {"id": 3056, "description": "Networked neural adapter"}
index.upsert(vectors=[{"id": "some_id", "values": vector, "metadata": metadata}])
Create your first index for free, then upgrade and pay as you go when you're ready to scale, or talk to sales.
Pinecone provides 96% recall and 51ms query latency (p95) with the MSMarco V2 dataset of 138M embeddings (1536 dimensions).
Use Pinecone with your favorite cloud provider, data sources, models, frameworks, and more.
Pinecone is SOC 2 and HIPAA certified, providing secure and reliable solutions for your AI applications.
A vector database is a type of database that stores and indexes vector embeddings, enabling fast and accurate similarity searches.
RAG is a technique that uses vector databases to generate text based on user input.
Multimodal search is a type of search that combines different modalities, such as text and images, to retrieve relevant results.
Swap Face with AI Enjoy the fun of AI face swapping online by simply uploading your photo.
Ship Any AI Startups in hours, not days ShipAny is a NextJS boilerplate for building AI SaaS startups. Ship Fast with a variety of templates and components.