Pinecone
AI / ML

Pinecone Connector

Connect to Pinecone for vector database operations including upsert, query, fetch, delete, and index management.

$pip install "toolsconnector[pinecone]"
15
Actions
AI / ML
Category
Free
Apache 2.0

All 15 Actions

Action Description Parameters Returns
configure_indexConfigure an existing Pinecone indexname  [replicas, pod_type]PineconeIndex
create_collection ⚠Create a collection from an indexname, source_indexPineconeCollection
create_index ⚠Create a new Pinecone indexname, dimension  [metric]PineconeIndex
delete ⚠Delete vectors from the index[ids, namespace, delete_all]DeleteResult
delete_collection ⚠Delete a collectionnamebool
delete_index ⚠Delete a Pinecone indexnamebool
describe_indexDescribe a Pinecone indexindex_namePineconeIndex
describe_index_statsGet index statisticsPineconeStats
fetchFetch vectors by IDids  [namespace]PineconeFetchResult
list_collectionsList all collectionslist
list_indexesList all indexes in the accountlist
list_vectorsList vector IDs in the index[prefix, namespace, limit]PaginatedList[PineconeVectorListItem]
queryQuery vectors by similarityvector  [top_k, namespace, filter, include_metadata]PineconeQueryResult
updateUpdate a vector's values or metadataid  [values, metadata, namespace]DeleteResult
upsertUpsert vectors into the indexvectors  [namespace]PineconeUpsertResult
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing