pinecone-assistant

Tạo, quản lý và trò chuyện với Pinecone Assistants để hỏi đáp tài liệu có trích dẫn. Xử lý tất cả các thao tác với assistant - tạo, tải lên, đồng bộ, trò chuyện, ngữ cảnh…

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]

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

  • PINECONE_API_KEY must be available — terminal: export PINECONE_API_KEY="your-key", or add to a .env file and run scripts with uv run --env-file .env scripts/...
  • uv must be installed — install uv
  • Get a free API key at: https://app.pinecone.io/?sessionType=signup

Thêm skills từ pinecone-io

assistant
pinecone-io
Tạo, quản lý và trò chuyện với Pinecone Assistants để hỏi đáp tài liệu có trích dẫn. Xử lý tất cả các thao tác với assistant - tạo, tải lên, đồng bộ, trò chuyện, ngữ cảnh…
official
cli
pinecone-io
Hướng dẫn sử dụng Pinecone CLI (pc) để quản lý tài nguyên Pinecone từ terminal. CLI hỗ trợ TẤT CẢ các loại index (tiêu chuẩn, tích hợp, thưa) và tất cả…
official
help
pinecone-io
Tổng quan về tất cả các kỹ năng Pinecone có sẵn và những gì người dùng cần để bắt đầu. Kích hoạt khi người dùng hỏi về các kỹ năng có sẵn, cách bắt đầu với…
official
mcp
pinecone-io
Tài liệu tham khảo cho các công cụ máy chủ Pinecone MCP. Ghi lại tất cả các công cụ có sẵn - list-indexes, describe-index, describe-index-stats, create-index-for-model,…
official
pinecone-cli
pinecone-io
Hướng dẫn sử dụng Pinecone CLI (pc) để quản lý tài nguyên Pinecone từ terminal. CLI hỗ trợ TẤT CẢ các loại index (standard, integrated, sparse) và tất cả…
official
pinecone-docs
pinecone-io
Tài liệu tham khảo được tuyển chọn dành cho nhà phát triển xây dựng với Pinecone. Chứa các liên kết đến tài liệu chính thức được sắp xếp theo chủ đề và tham chiếu định dạng dữ liệu. Sử dụng khi…
official
pinecone-full-text-search
pinecone-io
Tạo, đưa dữ liệu vào và truy vấn chỉ mục tìm kiếm toàn văn (FTS) Pinecone bằng API xem trước (2026-01.alpha, bản xem trước công khai). Sử dụng khi người dùng hoặc tác nhân yêu cầu…
official
pinecone-help
pinecone-io
Tổng quan về tất cả các kỹ năng Pinecone có sẵn và những gì người dùng cần để bắt đầu. Kích hoạt khi người dùng hỏi về các kỹ năng có sẵn, cách bắt đầu với…
official