pinecone

Manage Pinecone vector databases for storing and querying vectors.

539|39|Updated May 1, 2026
One-click install
npx skills add https://github.com/Tommy-yw/RunbookHermes --skill pinecone-tommy-yw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinecone
Source: https://github.com/Tommy-yw/RunbookHermes/tree/main/optional-skills/mlops/pinecone
Command: npx skills add https://github.com/Tommy-yw/RunbookHermes --skill pinecone-tommy-yw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pinecone-client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an interface to easily manage Pinecone, a managed vector database, enabling users to store, query, and retrieve vectors with ease.

Core Features & Use Cases

  • Vector Database Management: Create, update, and delete vector databases.
  • Vector Storage and Retrieval: Efficiently store and retrieve vectors.
  • Hybrid Search: Leverage both dense and sparse vectors for comprehensive search capabilities.
  • Use Case: Use this Skill to store customer data vectors in Pinecone and retrieve them based on similarity for personalized recommendations.

Quick Start

Use the pinecone skill to create a new index for storing customer data vectors.

Frequently Asked Questions about pinecone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and manage a Pinecone vector database for AI applications?

To manage a Pinecone vector database, you can create, update, and delete indices to efficiently store and query vectors for AI applications. This provides structured vector storage and retrieval capabilities.

What is hybrid search and does Pinecone support both dense and sparse vectors?

Hybrid search leverages both dense and sparse vectors for comprehensive vector retrieval. Pinecone supports this capability, allowing you to perform hybrid search to improve query accuracy across varied data types.

How do I store customer data vectors in Pinecone for personalized recommendations?

You can store customer data vectors in Pinecone by creating a dedicated index and inserting the vector records. You then retrieve similar vectors based on similarity queries to generate personalized recommendations.

Can I use the pinecone-client dependency to update and delete vector indices?

Yes, using the pinecone-client dependency, you can manage the full lifecycle of your vector indices. This includes creating new indices, updating existing vector records, and deleting indices when they are no longer needed.

What is the best way to retrieve similar vectors using a managed vector database?

The best way to retrieve similar vectors is by querying a managed vector database like Pinecone using similarity search metrics. This enables efficient vector retrieval by comparing query vectors against stored dense or sparse vectors.