tos-vectors

Manage vector storage, indexing, and similarity search with TOS Vectors.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill tos-vectors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tos-vectors
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/volcengine-tos-vectors-skills
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill tos-vectors

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tos, and includes scripts (resource) components.

What problem does it solve?

Efficiently manage and search high-dimensional embeddings by providing a cohesive pipeline to store, index, and retrieve semantically similar vectors with TOS Vectors.

Core Features & Use Cases

  • Vector bucket management: create, list, and delete vector buckets with policy controls and permissions.
  • Indexing and data operations: create indexes, insert, query, get, and delete vectors with metadata, and perform batch operations.
  • End-to-end workflows: semantic search, RAG, and recommendations across ML apps with ready-made scripts and workflows.
  • Use Case Examples: build document search, power LLM-assisted retrieval, and personalized recommendations across products.

Quick Start

Create a VectorClient with your credentials, configure the endpoint and region, and run the sample workflow to initialize a bucket, create an index, and insert sample vectors.

Frequently Asked Questions about tos-vectors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage vector storage and indexing for RAG workflows?

Manage vector storage and indexing for RAG workflows by creating buckets, defining indexes, and inserting embeddings. This Skill handles the end-to-end vector lifecycle, enabling semantic search and LLM-assisted retrieval.

What's the best way to perform semantic search on high-dimensional embeddings in cloud environments?

Perform semantic search on high-dimensional embeddings in cloud environments by using TOS Vectors to store, index, and retrieve semantically similar vectors. It provides ready-made scripts to execute similarity queries with metadata.

Can I use TOS to build personalized recommendation systems with vector embeddings?

Yes, you can use TOS to build personalized recommendation systems with vector embeddings. It applies to recommendation workflows across ML apps, supporting batch vector operations and similarity retrieval to match user preferences.

Do I need pre-configured environment credentials to run vector CRUD operations?

Yes, you need pre-configured environment credentials to run vector CRUD operations. The quick start requires creating a VectorClient with your specific endpoint and region configured before initializing buckets and inserting sample vectors.

How does vector bucket management handle policy controls and permissions?

Vector bucket management handles policy controls and permissions by allowing you to create, list, and delete vector buckets with integrated policy configurations. This ensures secure access control over your stored embeddings and indexes.