Pineconefull Text Search

Create, ingest into, and query a Pinecone full-text-search (FTS) index using the preview API (2026-01.alpha, public preview). 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.preview.indexes.describe(...)` output. Use when this capability is needed.

tomevault-io cb0f391 2 files · 33.8 KB Updated

File contents

tomevault-io/skills-registry/tree/main/pinecone-io--pinecone-claude-code-plugin--pinecone-claude-code-plugin commit cb0f39174a

Frequently asked questions

npx skillmds@latest add tomevault-io/pineconefull-text-search