pinecone-io/skills

pinecone-docs

Curated documentation reference for developers building with Pinecone.

Voir la source
Document Skill original

Rendu depuis le dépôt source en conservant titres, exemples, code, tableaux, liens et images.

Pinecone Developer Reference

A curated index of Pinecone documentation. Fetch the relevant page(s) for the task at hand rather than relying on training data.


NOTE TO AGENT

Please attempt to fetch the url listed when relevant. If you run into an error, please attempt to append ".md" to the url to retrieve the markdown version of the Docs page.

In case you need it: A full reference to ALL relevant URLs can be found here: https://docs.pinecone.io/llms.txt

Use this as a last resort if you cannot find the relevant page below.


Getting Started

TopicURL
Quickstart for all languages and coding environments (Cursor, Claude Code, n8n, Python, JavaScript, Java, Go, C#)https://docs.pinecone.io/guides/get-started/quickstart
Pinecone concepts — namespaces, terminology, and key database conceptshttps://docs.pinecone.io/guides/get-started/concepts
Data modeling for text and vectorshttps://docs.pinecone.io/guides/index-data/data-modeling
Architecture of Pineconehttps://docs.pinecone.io/guides/get-started/database-architecture
Pinecone Assistant overviewhttps://docs.pinecone.io/guides/assistant/overview

Indexes

TopicURL
Create an indexhttps://docs.pinecone.io/guides/index-data/create-an-index
Index types and conceptual overviewhttps://docs.pinecone.io/guides/index-data/indexing-overview
Integrated inference (built-in embedding models)https://docs.pinecone.io/guides/index-data/indexing-overview#integrated-embedding
Dedicated read nodes — predictable low-latency performance at high query volumeshttps://docs.pinecone.io/guides/index-data/dedicated-read-nodes

Upsert & Data

TopicURL
Upsert vectors and texthttps://docs.pinecone.io/guides/index-data/upsert-data
Multitenancy with namespaceshttps://docs.pinecone.io/guides/index-data/implement-multitenancy

Search

TopicURL
Semantic searchhttps://docs.pinecone.io/guides/search/semantic-search
Hybrid searchhttps://docs.pinecone.io/guides/search/hybrid-search
Lexical searchhttps://docs.pinecone.io/guides/search/lexical-search
Full-text search (preview) — document-schema FTS indexes with text / query_string / dense / sparse scoringhttps://docs.pinecone.io/guides/search/full-text-search
Metadata filtering — narrow results and speed up searcheshttps://docs.pinecone.io/guides/search/filter-by-metadata

API & SDK Reference

TopicURL
Python SDK referencehttps://docs.pinecone.io/reference/sdks/python/overview
Example Colab notebookshttps://docs.pinecone.io/examples/notebooks

Production

TopicURL
Production checklist — preparing your index for productionhttps://docs.pinecone.io/guides/production/production-checklist
Common errors and what they meanhttps://docs.pinecone.io/guides/production/error-handling
Targeting indexes correctly — don't use index names in prodhttps://docs.pinecone.io/guides/manage-data/target-an-index#target-by-index-host-recommended

Data Formats

See references/data-formats.md for vector and record schemas.

du même dépôt

Autres Skills

Tous les Skills
pinecone-io
Officiel

pinecone-assistant

Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or "upload my docs to Pinecone".

installations
2
GitHub Stars
15
Mis à jour
9 sept.
pinecone-io
Officiel

pinecone-cli

Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all vector operations — unlike the MCP which only supports integrated indexes. Use for batch operations, vector management, backups, namespaces, CI/CD automation, and full control over Pinecone resources.

installations
2
GitHub Stars
15
Mis à jour
9 sept.
pinecone-io
Officiel

pinecone-full-text-search

Create, ingest into, and query a Pinecone full-text-search (FTS) document index using the graduated document-schema API (Python SDK 10.0.0, API version 2026-07). Use when the user or agent asks to build a text search index on Pinecone, add dense or sparse vector fields, ingest documents, construct scoreby clauses (text / querystring / densevector / sparsevector), or compose with text-match filters ($matchphrase / $matchall / $matchany). Ships scripts/ingest.py for safe bulk ingestion (batchupsert + error inspection + readiness polling); query construction is documented inline in this skill — write documents.search(...) calls directly, validated against pc.indexes.describe(...) output.

installations
2
GitHub Stars
15
Mis à jour
9 sept.
pinecone-io
Officiel

pinecone-help

Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.

installations
2
GitHub Stars
15
Mis à jour
9 sept.