pinecone-assistant

โดย pinecone-io

สร้าง จัดการ และแชทกับ Pinecone Assistants สำหรับการถาม-ตอบเอกสารพร้อมการอ้างอิง จัดการการทำงานทั้งหมดของแอสซิสแทนต์ - สร้าง อัปโหลด ซิงค์ แชท บริบท…

npx skills add https://github.com/pinecone-io/skills --skill pinecone-assistant

Pinecone Assistant

Pinecone Assistant is a fully managed RAG service. Upload documents, ask questions, get cited answers. No embedding pipelines or infrastructure required.

All scripts are in scripts/ relative to this skill directory. Run with: uv run scripts/script_name.py [arguments]

<<clarify_style>>

Operations

What to doScriptKey args
Create an assistantscripts/create.py--name --instructions --region
Upload filesscripts/upload.py--assistant --source --patterns
Sync files (incremental)scripts/sync.py--assistant --source --delete-missing --dry-run
Chat / ask a questionscripts/chat.py--assistant --message
Get context snippetsscripts/context.py--assistant --query --top-k
List assistantsscripts/list.py--files --json

For full workflow details on any operation, read the relevant file in references/.


Natural Language Recognition

Proactively handle these patterns without requiring explicit commands:

Create: "create an assistant", "make an assistant called X", "set up an assistant for my docs" → See references/create.md

Upload: "upload my docs", "add files to my assistant", "index my documentation" → See references/upload.md

Sync: "sync my docs", "update my assistant", "keep assistant in sync", "refresh from ./docs" → See references/sync.md

Chat: "ask my assistant about X", "what does my assistant know about X", "chat with X" → See references/chat.md

Context: "search my assistant for X", "find context about X" → See references/context.md

List: "show my assistants", "what assistants do I have" → Run uv run scripts/list.py


Conversation Memory

Track the last assistant used within the conversation:

  • When a user creates or first uses an assistant, remember its name
  • If user says "my assistant", "it", or "the assistant" → use the last one
  • Briefly confirm which assistant you're using: "Asking docs-bot..."
  • If ambiguous and multiple exist → ask the user to clarify

Multi-Step Requests

Handle chained requests naturally. Example:

"Create an assistant called docs-bot, upload my ./docs folder, and ask what the main features are"

  1. uv run scripts/create.py --name docs-bot
  2. uv run scripts/upload.py --assistant docs-bot --source ./docs
  3. uv run scripts/chat.py --assistant docs-bot --message "what are the main features?"

Prerequisites

Skills เพิ่มเติมจาก pinecone-io

workdir-smoke
pinecone-io
สกิลจำลองที่ใช้สำหรับทดสอบกลไกการจับภาพ workdir ของเฟรมเวิร์ก eval เท่านั้น ไม่ใช่สกิลจริง — ให้ลบทิ้งเมื่อมีสกิลสร้างโค้ดจริงแล้ว
official
cultivar
pinecone-io
ขับเคลื่อน CLI ของ cultivar เพื่อทดสอบว่าทักษะของเอเจนต์ช่วยปรับปรุงพฤติกรรมหรือไม่ — สร้างงาน ทำงานโดยมี/ไม่มีทักษะบน Claude/Copilot/Gemini (ในเครื่องหรือ…
official
pinecone:assistant
pinecone-io
สร้าง จัดการ และแชทกับ Pinecone Assistants สำหรับถาม-ตอบเอกสารพร้อมการอ้างอิง จัดการการทำงานทั้งหมดของ assistant ได้แก่ สร้าง อัปโหลด ซิงค์ แชท บริบท…
official
pinecone:cli
pinecone-io
คู่มือการใช้ Pinecone CLI (pc) เพื่อจัดการทรัพยากร Pinecone จากเทอร์มินัล CLI รองรับดัชนีทุกประเภท (standard, integrated, sparse) และทั้งหมด…
official
pinecone:docs
pinecone-io
เอกสารอ้างอิงที่คัดสรรสำหรับนักพัฒนาที่สร้างด้วย Pinecone ประกอบด้วยลิงก์ไปยังเอกสารทางการที่จัดเรียงตามหัวข้อและการอ้างอิงรูปแบบข้อมูล ใช้เมื่อ...
official
pinecone:full-text-search
pinecone-io
สร้าง, นำเข้าข้อมูล และค้นหาดัชนีการค้นหาข้อความแบบเต็ม (FTS) ของ Pinecone โดยใช้ API แสดงตัวอย่าง (2026-01.alpha, public preview) ใช้เมื่อผู้ใช้หรือเอเจนต์ถาม...
official
pinecone:help
pinecone-io
ภาพรวมของทักษะ Pinecone ทั้งหมดที่มีให้และสิ่งที่ผู้ใช้ต้องใช้ในการเริ่มต้น เรียกใช้เมื่อผู้ใช้ถามว่ามีทักษะใดบ้าง วิธีเริ่มต้นใช้งาน…
official
pinecone:mcp
pinecone-io
เอกสารอ้างอิงสำหรับเครื่องมือของเซิร์ฟเวอร์ Pinecone MCP เอกสารเครื่องมือที่มีทั้งหมด - list-indexes, describe-index, describe-index-stats, create-index-for-model,…
official