← All apps

Automate Pinecone for free on Stepper

Pinecone is a managed vector database for AI applications. Use Stepper to upsert, query, and manage vectors for semantic search, retrieval-augmented generation (RAG), and recommendation workflows.

I want to integratewithSee how to connect Pinecone to ...

Actions available for Pinecone on Stepper

Upsert Vectors

Insert or overwrite one or more vectors in a Pinecone index. Accepts vectors with their pre-computed embeddings and optional metadata.

  • 3 parameters

Query Vectors

Search a Pinecone index for the most similar vectors to a query vector. Supports metadata filtering.

  • 8 parameters

Fetch Vectors

Retrieve one or more vectors by ID from a Pinecone index.

  • 3 parameters

Update Vector

Update the values or metadata of a single vector by ID in a Pinecone index.

  • 5 parameters

Delete Vectors

Delete vectors from a Pinecone index by ID, by metadata filter, or delete all vectors in a namespace.

  • 5 parameters

Generate Embeddings

Generate vector embeddings for one or more text inputs using a Pinecone-hosted embedding model.

  • 4 parameters

Upsert Text (Embed + Upsert)

Generate an embedding for a text input using Pinecone's inference API and upsert it into an index in a single action. Ideal for populating a Pinecone index from a workflow without running your own embedding service.

  • 6 parameters

Rerank Documents

Reorder a list of documents by relevance to a query using a reranking model.

  • 4 parameters

Create Index

Create a new serverless Pinecone index.

  • 6 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.