Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Pinecone

Skill Aktiv

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.

Zweck

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.

Funktionen

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

Anwendungsfälle

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

Nicht-Ziele

  • 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.

Installation

npx skills add davila7/claude-code-templates

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

75 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne27.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

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.

Skill
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.

Skill
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.

Skill
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.

Skill
wshobson

Aws Cdk Development

100

AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.

Skill
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.

Skill
pjt222