Pinecone
Overview
SLUG: PINECONE
Description
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.
Authentication Details
OAuth2
API Key
Connecting to Pinecone
Create an auth config
Use the dashboard to create an auth config for the Pinecone toolkit. This allows you to connect multiple Pinecone accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Pinecone Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Pinecone toolkit’s playground
For code examples, see the Tool calling guide and Provider examples.
Tool List
PINECONE_CANCEL_BULK_IMPORT
Tool Name: Cancel Bulk Import
Description
Action Parameters
Action Response
PINECONE_CONFIGURE_INDEX
Tool Name: Configure Index
Description
Action Parameters
Action Response
PINECONE_CREATE_BACKUP
Tool Name: Create Backup
Description
Action Parameters
Action Response
PINECONE_CREATE_INDEX
Tool Name: Create Index
Description
Action Parameters
Action Response
PINECONE_CREATE_INDEX_FOR_MODEL
Tool Name: Create Index with Embedding Model
Description
Action Parameters
Action Response
PINECONE_CREATE_INDEX_FROM_BACKUP
Tool Name: Create Index from Backup
Description
Action Parameters
Action Response
PINECONE_CREATE_NAMESPACE
Tool Name: Create Namespace
Description
Action Parameters
Action Response
PINECONE_DELETE_INDEX
Tool Name: Delete Index
Description
Action Parameters
Action Response
PINECONE_DELETE_NAMESPACE
Tool Name: Delete Namespace
Description
Action Parameters
Action Response
PINECONE_DESCRIBE_BACKUP
Tool Name: Describe Backup
Description
Action Parameters
Action Response
PINECONE_DESCRIBE_BULK_IMPORT
Tool Name: Describe Bulk Import
Description
Action Parameters
Action Response
PINECONE_DESCRIBE_INDEX_STATS
Tool Name: Describe Index Stats
Description
Action Parameters
Action Response
PINECONE_DESCRIBE_RESTORE_JOB
Tool Name: Describe Restore Job
Description
Action Parameters
Action Response
PINECONE_EMBED
Tool Name: Generate Embeddings
Description
Action Parameters
Action Response
PINECONE_GET_MODEL
Tool Name: Get Model Information
Description
Action Parameters
Action Response
PINECONE_LIST_BULK_IMPORTS
Tool Name: List Bulk Imports
Description
Action Parameters
Action Response
PINECONE_LIST_COLLECTIONS
Tool Name: List Collections
Description
Action Parameters
Action Response
PINECONE_LIST_INDEX_BACKUPS
Tool Name: List Index Backups
Description
Action Parameters
Action Response
PINECONE_LIST_INDEXES
Tool Name: List Indexes
Description
Action Parameters
Action Response
PINECONE_LIST_MODELS
Tool Name: List Available Models
Description
Action Parameters
Action Response
PINECONE_LIST_NAMESPACES_OPERATION
Tool Name: List Namespaces
Description
Action Parameters
Action Response
PINECONE_LIST_PROJECT_BACKUPS
Tool Name: List Project Backups
Description
Action Parameters
Action Response
PINECONE_LIST_RESTORE_JOBS
Tool Name: List Restore Jobs
Description
Action Parameters
Action Response
PINECONE_LIST_VECTORS
Tool Name: List Vectors
Description
Action Parameters
Action Response
PINECONE_QUERY_VECTORS
Tool Name: Query Vectors
Description
Action Parameters
Action Response
PINECONE_RERANK
Tool Name: Rerank Documents
Description
Action Parameters
Action Response
PINECONE_SEARCH_RECORDS_NAMESPACE
Tool Name: Search Records in Namespace
Description
Action Parameters
Action Response
PINECONE_START_BULK_IMPORT
Tool Name: Start Bulk Import
Description
Action Parameters
Action Response
PINECONE_UPDATE_VECTOR
Tool Name: Update Vector
Description
Action Parameters
Action Response
PINECONE_UPSERT_RECORDS_NAMESPACE
Tool Name: Upsert Records to Namespace
Description
Action Parameters
Action Response