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 score_by clauses (text / query_string / dense_vector / sparse_vector), or compose with text-match filters ($match_phrase / $match_all / $match_any). Ships `scripts/ingest.py` for safe bulk ingestion (batch_upsert + error inspection + readiness polling); query construction is documented inline in this skill — write `documents.search(...)` calls directly, validated against `pc.indexes.describe(...)` output.

pinecone-io 15340f3 6 files · 112.6 KB Updated

File contents

pinecone-io/pinecone-claude-code-plugin/tree/main/skills/full-text-search commit 15340f322d

Frequently asked questions

npx skillmds@latest add pinecone-io/pinecone-full-text-search