Skip to content

Commit cfb50fd

Browse files
Merge pull request #11 from pinecone-io/sync/skills-26185821386
sync: skills update from pinecone-io/skills - adding n8n skill
2 parents fa68b8b + c121685 commit cfb50fd

2 files changed

Lines changed: 698 additions & 2 deletions

File tree

skills/pinecone-help/SKILL.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Pinecone is the leading vector database for building accurate and performant AI
99

1010
Here's everything you need to get started and a summary of all available skills.
1111

12+
Invoke any skill from Cursor Agent chat with `/pinecone-<skill-name>` (for example, `/pinecone-quickstart` or `/pinecone-n8n`).
13+
1214
---
1315

1416
## What You Need
@@ -39,9 +41,10 @@ Here's everything you need to get started and a summary of all available skills.
3941
| `pinecone-query` | Search integrated indexes using natural language text via the Pinecone MCP |
4042
| `pinecone-cli` | Use the Pinecone CLI (`pc`) for terminal-based index and vector management |
4143
| `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 |
4344
| `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.** |
4446
| `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 |
4548

4649
---
4750

@@ -55,7 +58,9 @@ Here's everything you need to get started and a summary of all available skills.
5558

5659
**Working with documents and Q&A?**`pinecone-assistant`
5760

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`
5964

6065
**Need to manage indexes, bulk upload vectors, or automate workflows?**`pinecone-cli`
6166

0 commit comments

Comments
 (0)