Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$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:66
forks:11
updated:2026年5月7日 05:34
ファイルエクスプローラー
6 ファイル
SKILL.md
readonly