Pinecone:full 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.

AgentCorp-Inc Updated

File contents

AgentCorp-Inc/AgentCorp-Integrations-Skills/tree/main/Pinecone/skills/full-text-search commit 55dd37bb27

Frequently asked questions

npx skillmds@latest add agentcorp-inc/pinecone-full-text-search