Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:

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.

$ git log --oneline --stat
stars:13
forks:2
updated:7 de mayo de 2026, 04:29
Explorador de archivos
6 archivos
SKILL.md
readonly