跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Pinecone

技能 活跃

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

目的

To enable users to leverage Pinecone as a fully managed, auto-scaling vector database for production AI applications like RAG, recommendation systems, and semantic search at scale, without needing to manage underlying infrastructure.

功能

  • Managed serverless vector database
  • Auto-scaling to billions of vectors
  • Low latency (<100ms p95)
  • Hybrid search (dense + sparse)
  • Metadata filtering and namespaces

使用场景

  • Production RAG applications
  • Recommendation systems
  • Semantic search at scale
  • Building serverless AI applications

非目标

  • Self-hosted vector databases (Chroma, Weaviate)
  • Offline similarity search (FAISS)
  • Managing Pinecone infrastructure directly

Security

  • warning:Secret ManagementThe example code shows the API key being passed directly as a string (`api_key="your-api-key"`), which is not best practice for production. It should ideally be loaded from environment variables or a secure configuration.

Trust

  • warning:Issues AttentionIn the last 90 days, there were 17 issues opened and 4 closed, indicating a low closure rate of 23.5% for the volume of open issues.

Code Execution

  • info:ValidationThe example Python code demonstrates basic parameter passing to the Pinecone client but does not explicitly show schema validation libraries like Zod or Pydantic for input arguments.
  • info:Error HandlingThe provided Python code examples do not explicitly show try-catch blocks or structured error reporting for Pinecone client operations, though the library itself likely handles some errors.

Errors

  • info:Actionable error messagesWhile the Pinecone client library is expected to provide error messages, the provided examples do not explicitly demonstrate how these errors are caught, framed, or remediated by the skill itself.

Execution

  • info:Pinned dependenciesThe skill declares `pinecone-client` as a dependency but does not provide a lockfile or explicitly state a minimum version requirement for the interpreter or the dependency, beyond what the package manager might enforce.

Protocol

  • info:Idempotent retry & timeoutsThe examples do not explicitly detail idempotency for mutations or hard timeouts per call, though the underlying Pinecone client library may implement some of these.

Practical Utility

  • info:Edge casesWhile the skill covers common operations, explicit documentation for failure modes (e.g., API rate limits, invalid credentials, dimension mismatches) and their recovery steps is not detailed within the SKILL.md or README.

Safety

  • info:Halt on unexpected statePreconditions for operations like matching embedding dimensions are implied but not explicitly listed as machine-readable checks or documented as halting conditions in the SKILL.md.

安装

npx skills add davila7/claude-code-templates

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

75 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标27.2k
许可证MIT
状态
查看源代码

类似扩展

Pinecone

98

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

技能
Orchestra-Research

Embedding Strategies

100

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

技能
wshobson

Rag Implementation

98

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

技能
wshobson

Hybrid Search Implementation

98

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

技能
wshobson

Aws Cdk Development

100

AWS Cloud Development Kit (CDK) 专家,用于使用 TypeScript/Python 构建云基础设施。在创建 CDK 堆栈、定义 CDK 构造、实现基础设施即代码,或当用户提及 CDK、CloudFormation、IaC、cdk synth、cdk deploy,或希望以编程方式定义 AWS 基础设施时使用。涵盖 CDK 应用结构、构造模式、堆栈组合和部署工作流。

技能
zxkane

Fit Drift Diffusion Model

100

Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.

技能
pjt222