Vector database
Find the most similar vectors to a query vector (similarity search).
8 fields
Insert or overwrite vectors in an index.
3 fields
Fetch vectors by their IDs.
Delete vectors by ID, by metadata filter, or clear a namespace.
5 fields
Partially update values or metadata on a single existing vector.
List vector IDs in a namespace by prefix (serverless indexes only).
Get per-namespace vector counts, total dimension, and index fullness.
2 fields
List all indexes in the project.
Get full details for a single index: status, host, metric, dimension, spec.
1 field
Create a new serverless index.
6 fields
Change deletion protection or pod replica/type on an existing index.
4 fields
Delete an index and all its vectors permanently.
Create a text-native index that embeds content server-side (no dimension needed).
Upsert text records into a text-native index (server-side embedding, no vectors needed).
Search a text-native index with a text query (server-side embedding + optional rerank).
7 fields
Generate dense embeddings using Pinecone's hosted models.
Rerank a set of documents against a query using Pinecone's reranking model.
Start an async bulk import of Parquet vectors from S3, GCS, or Azure Blob.
List all bulk import operations for an index.
Get the status and details of a specific bulk import operation.
Cancel a pending or in-progress bulk import operation.
Upload a document file, chunk + embed it with text-embedding-3-small, and upsert.
Wire Pinecone into a coding agent and let it use these operations as tools.
Start building workflows in minutes with our visual builder. No code required.