You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/pinecone-help/SKILL.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Pinecone is the leading vector database for building accurate and performant AI
9
9
10
10
Here's everything you need to get started and a summary of all available skills.
11
11
12
+
Invoke any skill from Cursor Agent chat with `/pinecone-<skill-name>` (for example, `/pinecone-quickstart` or `/pinecone-n8n`).
13
+
12
14
---
13
15
14
16
## What You Need
@@ -39,9 +41,10 @@ Here's everything you need to get started and a summary of all available skills.
39
41
|`pinecone-query`| Search integrated indexes using natural language text via the Pinecone MCP |
40
42
|`pinecone-cli`| Use the Pinecone CLI (`pc`) for terminal-based index and vector management |
41
43
|`pinecone-assistant`| Create, manage, and chat with Pinecone Assistants for document Q&A with citations |
42
-
|`pinecone-full-text-search`| Create, ingest into, and query a Pinecone full-text-search (FTS) index using the preview API |
43
44
|`pinecone-mcp`| Reference for all Pinecone MCP server tools and their parameters |
45
+
|`pinecone-full-text-search`| Build a full-text-search index — schema design, safe bulk ingestion, and query construction (`text` / `query_string` / dense / sparse scoring with text-match and metadata filters). **Preview API (`2026-01.alpha`); requires `pinecone` Python SDK ≥ 9.0.**|
44
46
|`pinecone-docs`| Curated links to official Pinecone documentation, organized by topic |
47
+
|`pinecone-n8n`| Build n8n workflows with the Pinecone Assistant node or Pinecone Vector Store node, including best practices and full workflow JSON generation |
45
48
46
49
---
47
50
@@ -55,7 +58,9 @@ Here's everything you need to get started and a summary of all available skills.
55
58
56
59
**Working with documents and Q&A?** → `pinecone-assistant`
57
60
58
-
**Building a full-text-search index (BM25, hybrid, schemas)?** → `pinecone-full-text-search`
61
+
**Building a full-text search index (BM25-style keyword/phrase matching, optionally combined with dense or sparse vectors)?** → `pinecone-full-text-search` (preview API, needs `pinecone` Python SDK ≥ 9.0)
62
+
63
+
**Building an n8n workflow with Pinecone (RAG pipeline, chat with docs)?** → `pinecone-n8n`
59
64
60
65
**Need to manage indexes, bulk upload vectors, or automate workflows?** → `pinecone-cli`
0 commit comments