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: .cursor-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "pinecone",
3
-
"description": "Pinecone vector database integration for Cursor. Create and manage indexes, upsert data, and run semantic searches via the Pinecone MCP server. Build document Q&A assistants with citations, or get started fast with /quickstart. Great for semantic search, RAG, and agentic AI apps.",
3
+
"description": "Pinecone vector database integration for Cursor. Create and manage indexes, upsert data, and run semantic searches via the Pinecone MCP server. Build document Q&A assistants with citations, or get started fast with /pinecone-quickstart. Great for semantic search, RAG, and agentic AI apps.",
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,14 @@ Skills are specialized agent capabilities invoked automatically by Cursor Agent
10
10
11
11
| Skill | What it does |
12
12
|-------|-------------|
13
-
|`/quickstart`| Step-by-step onboarding — create an index, upload data, and run your first search. Choose between a **Database** path (vector search) or **Assistant** path (document Q&A). |
14
-
|`/query`| Search integrated indexes using natural language text via the Pinecone MCP server. |
15
-
|`/cli`| Use the Pinecone CLI (`pc`) for terminal-based index and vector management. |
16
-
|`/assistant`| Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Includes scripts for uploading files, syncing changes, and retrieving context. |
17
-
|`/mcp`| Reference documentation for all Pinecone MCP server tools and their parameters. |
18
-
|`/docs`| Curated links to official Pinecone documentation, organized by topic. |
19
-
|`/help`| Overview of all available skills and what you need to get started. |
13
+
|`/pinecone-quickstart`| Step-by-step onboarding — create an index, upload data, and run your first search. Choose between a **Database** path (vector search) or **Assistant** path (document Q&A). |
14
+
|`/pinecone-query`| Search integrated indexes using natural language text via the Pinecone MCP server. |
15
+
|`/pinecone-cli`| Use the Pinecone CLI (`pc`) for terminal-based index and vector management. |
16
+
|`/pinecone-assistant`| Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Includes scripts for uploading files, syncing changes, and retrieving context. |
17
+
|`/pinecone-full-text-search`| Create, ingest into, and query a Pinecone full-text-search (FTS) index using the preview API. |
18
+
|`/pinecone-mcp`| Reference documentation for all Pinecone MCP server tools and their parameters. |
19
+
|`/pinecone-docs`| Curated links to official Pinecone documentation, organized by topic. |
20
+
|`/pinecone-help`| Overview of all available skills and what you need to get started. |
20
21
21
22
### MCP Server
22
23
@@ -33,14 +34,15 @@ Several skills include Python scripts (run via [`uv`](https://docs.astral.sh/uv/
33
34
34
35
| Script | Skill | Purpose |
35
36
|--------|-------|---------|
36
-
|`upsert.py`| quickstart | Seed an index with sample data |
Copy file name to clipboardExpand all lines: skills/pinecone-assistant/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: assistant
2
+
name: pinecone-assistant
3
3
description: Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or "upload my docs to Pinecone".
0 commit comments