artificial intelligence

Add Pinecone to your AI agent

Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.

Things your agent can do in Pinecone
48

Things your AI can do in Pinecone

Your FormWise AI can handle any of these in Pinecone — on its own, without you needing to click a button.

  • Cancel Bulk Import

    Popular

    Tool to cancel a bulk import operation in Pinecone. Use when you need to stop an ongoing import operation that is not yet finished.

  • Chat with Assistant

    Popular

    Tool to chat with a Pinecone assistant and get structured responses with citations. Use when you need to query an assistant that has access to your knowledge base and want to get back answers with document references and citations.

  • Chat with Assistant

    Popular

    Tool to chat with a Pinecone assistant through an OpenAI-compatible interface. Use when you need to interact with a Pinecone assistant that has access to indexed documents and can answer questions based on retrieved context.

  • Configure Index

    Popular

    Tool to configure an existing Pinecone index, including pod type, replicas, deletion protection, and tags. Use when you need to scale an index vertically or horizontally, enable/disable deletion protection, or update tags. The change is asynchronous; check index status for completion.

  • Create Assistant

    Popular

    Tool to create a new Pinecone assistant for RAG (Retrieval-Augmented Generation) applications. Use when you need to initialize a new assistant that can have files uploaded and support chat interactions.

  • Create Backup

    Popular

    Tool to create a backup of a Pinecone index for disaster recovery and version control. Use when you need to preserve the current state of an index including vectors, metadata, and configuration.

  • Create Index

    Popular

    Tool to create a Pinecone index with specified configuration. Use when you need to initialize a new vector database index for storing and querying embeddings.

  • Create Index with Embedding Model

    Popular

    Tool to create a Pinecone index with integrated embedding model for automatic vectorization. Use when you need to set up a new index that automatically converts text to vectors using a pre-configured embedding model.

  • Create Index from Backup

    Popular

    Tool to create an index from a backup. Use when you need to restore or duplicate index data from a previously saved backup.

  • Create Namespace

    Popular

    Tool to create a namespace within a serverless Pinecone index. Use when you need to organize vectors into isolated partitions.

  • Delete Assistant

    Popular

    Tool to permanently delete a Pinecone assistant. Use when you need to remove an assistant from your project.

  • Delete Backup

    Popular

    Tool to delete a backup. Use when you need to permanently remove a backup from your project.

Show 36 more things it can do
  • Delete File

    Popular

    Tool to delete an uploaded file from a Pinecone assistant. Use when you need to remove a file that was previously uploaded to an assistant.

  • Delete Index

    Popular

    Tool to permanently delete a Pinecone index. Use when you need to remove an index from your project. Note: Deletion protection and pending collections can prevent deletion.

  • Delete Namespace

    Popular

    Tool to permanently delete a namespace from a serverless index. Use when you need to remove an entire namespace and all its data. This operation is irreversible and only supported on serverless indexes.

  • Delete Vectors

    Popular

    Tool to delete vectors by ID from a Pinecone index. Use when you need to remove specific vectors from a namespace. Supports deletion by IDs, metadata filter, or entire namespace deletion.

  • Describe Bulk Import

    Popular

    Tool to describe a specific bulk import operation in Pinecone. Use when you need to retrieve detailed information about an import's status, progress, timing, and any errors.

  • Describe File

    Popular

    Tool to get the status and metadata of a file uploaded to a Pinecone assistant. Use when you need to check file processing status, retrieve file metadata, or get a temporary signed URL for accessing the file contents.

  • Describe Index

    Popular

    Tool to retrieve full Pinecone index configuration including host and integrated embedding settings. Use when you need to check if an index has integrated inference (embed config) to avoid 'Integrated inference is not configured' errors by choosing the appropriate search method.

  • Describe Index Stats

    Popular

    Tool to get index statistics including vector count per namespace, dimensions, and fullness. Use when you need to understand the contents and status of an index.

  • Describe Namespace

    Popular

    Tool to describe a namespace in a serverless index, including the total number of vectors. Use when you need to get metadata about a namespace such as record count and indexed fields.

  • Describe Restore Job

    Popular

    Tool to get detailed information about a specific restore job in Pinecone. Use when you need to check the status, progress, or metadata of a restore operation.

  • Generate Embeddings

    Popular

    Tool to generate vector embeddings for input text using Pinecone's hosted embedding models. Use when you need to convert text into vector representations for semantic search or similarity matching.

  • Fetch Vectors

    Popular

    Tool to fetch vectors by ID from a Pinecone index. Use when you need to retrieve vector data and metadata for specific vector IDs from a single namespace.

  • List Assistants

    Popular

    Tool to list all assistants in a Pinecone project. Use when you need to retrieve all assistants with their configurations and status information.

  • List Bulk Imports

    Popular

    Tool to list all recent and ongoing bulk import operations in Pinecone. Use when you need to monitor or track the status of data import jobs. Supports pagination with a default limit of 100 imports per page.

  • List Collections

    Popular

    Tool to list all collections in a Pinecone project (pod-based indexes only). Use when you need to view available collections.

  • List Files

    Popular

    Tool to list all files in a Pinecone assistant with optional metadata filtering. Use when you need to retrieve files uploaded to a specific assistant or filter files by metadata properties.

  • List Indexes

    Popular

    Tool to list all indexes in a Pinecone project. Use when you need to retrieve all indexes with their configurations and status information.

  • List Available Models

    Popular

    Tool to list all available embedding and reranking models hosted by Pinecone. Use when you need to discover available models or filter by model type (embed/rerank) or vector type (dense/sparse).

  • List Namespaces

    Popular

    Tool to list all namespaces in a serverless Pinecone index. Use when you need to discover available namespaces for data organization. Returns up to 100 namespaces by default with pagination support.

  • List Project Backups

    Popular

    Tool to list all backups for indexes in a Pinecone project. Use when you need to retrieve backup information across all project indexes. Supports pagination with limit and paginationToken parameters.

  • List Vectors

    Popular

    Tool to list vector IDs in a Pinecone serverless index. Use when you need to browse or retrieve vector identifiers from a namespace. Supports filtering by prefix and pagination for large result sets.

  • Query Vectors

    Popular

    Tool to perform semantic search within a Pinecone index using a query vector. Retrieves IDs and similarity scores of the most similar items, ordered from most to least similar. Either vector or id parameter must be provided.

  • Rerank Documents

    Popular

    Tool to rerank documents by semantic relevance to a query. Use when you need to order retrieved documents by their semantic relevance to a user's search query using Pinecone's hosted reranking models.

  • Retrieve Assistant Context

    Popular

    Tool to retrieve context snippets from a Pinecone assistant for RAG or agentic workflows. Use when you need to fetch relevant document snippets based on a query or conversation messages to provide context for language model responses.

  • Search Records in Namespace

    Popular

    Tool to search records within a Pinecone namespace using text, vector, or ID query. Use when you need to find similar records based on embeddings or record IDs. Results can optionally be reranked for relevance.

  • Start Bulk Import

    Popular

    Tool to start an asynchronous bulk import of vectors from object storage (S3, GCS, or Azure Blob Storage) into a Pinecone index. Use when you need to import large volumes of vectors from external storage. Returns an import ID to track the operation status.

  • Update Assistant

    Popular

    Tool to update an assistant's instructions and configuration in Pinecone. Use when you need to modify an existing assistant's behavior by changing its instructions or metadata. Updates are applied immediately.

  • Update Vector

    Popular

    Tool to update a vector in Pinecone by ID. Use to overwrite vector values and/or metadata. Supports bulk updates via metadata filters.

  • Upload File to Assistant

    Popular

    Tool to upload a file to a Pinecone assistant for processing. Use when you need to add documents, PDFs, or other files to an assistant for knowledge retrieval or multimodal processing.

  • Upsert Records to Namespace

    Popular

    Tool to upsert text records into a Pinecone namespace. Use when you need to add or update records with automatic text-to-vector conversion.

  • Upsert Vectors

    Popular

    Tool to upsert vectors into a Pinecone namespace, overwriting existing vector IDs. Use when you need to add or update vectors with their dense and/or sparse values and metadata.

  • Describe Backup

    Tool to retrieve detailed information about a specific backup. Use when you need to check backup status, configuration, or metadata.

  • Get Assistant Status

    Tool to retrieve the status and details of a Pinecone assistant. Use when you need to check assistant configuration, deployment status, or metadata.

  • Get Model Information

    Tool to retrieve detailed information about a specific model hosted by Pinecone. Use when you need to understand model capabilities for embedding and reranking operations.

  • List Index Backups

    Tool to list all backups for a specific Pinecone index. Use when you need to view available backups for an index. Supports pagination via limit and paginationToken parameters.

  • List Restore Jobs

    Tool to list all restore jobs for a project with pagination support. Use when you need to view the status of restore operations or track restore progress.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Pinecone is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Pinecone, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Pinecone for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Pinecone work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Pinecone to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Pinecone in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Pinecone.

  3. 3

    Hit "Connect"

    Click "Connect Pinecone" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Pinecone

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Pinecone actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Pinecone for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Pinecone workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Pinecone users had before signing up

Do I need to know how to code?

Not even a little. If you can use Pinecone today, you can set this up. You'll connect Pinecone, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Pinecone login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Pinecone or delete everything any time.

What happens when Pinecone updates their app?

We handle it. When Pinecone adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Pinecone takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Pinecone — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Pinecone on FormWise

Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.

Connect Pinecone once and your FormWise AI gets 48 things it can do inside it. That means your AI can handle the Pinecone work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Pinecone? Take a look at www.pinecone.io.

Stop doing the Pinecone work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.