alibabacloud-oss-manage-metaquery

Open OSS MetaQuery in semantic mode via a Python script for vector search and AI-generated metadata.

213|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-oss-manage-metaquery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alibabacloud-oss-manage-metaquery
Source: https://github.com/aliyun/alibabacloud-aiops-skills/tree/main/skills/storage/oss/alibabacloud-oss-manage-metaquery
Command: npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-oss-manage-metaquery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires oss2, alibabacloud-credentials, and includes scripts (resource) and references (resource) components.

What problem does it solve?

OSS users need an integrated, scalable way to index, search, and retrieve content from OSS using both semantic vector search and AI content understanding. This Skill provides a ready-to-run workflow to enable and query MetaQuery on OSS buckets, enabling richer results with AI-generated metadata.

Core Features & Use Cases

  • Semantic search over images, videos, audio, and documents stored in OSS using vector indexes.
  • AI content awareness for media assets to generate descriptive metadata (description, concise summaries).
  • Lifecycle management of MetaQuery (open, query, status, close) for production-grade data indexing and retrieval.
  • Use Case: A media team wants to index thousands of OSS files and rapidly locate assets matching a semantic query (e.g., "video of a city skyline") and view AI-generated metadata.
  • Use Case: Data analysts want to perform scalar and vector hybrid searches to filter assets by size, creation time, or tags while maintaining semantic relevance.

Quick Start

Run the Python script to enable MetaQuery with vector search and content awareness for your OSS bucket.

Frequently Asked Questions about alibabacloud-oss-manage-metaquery

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

FAQPage Schema
How do I perform semantic search over images and videos stored in Alibaba Cloud OSS?

You can perform semantic search over OSS media assets by running a Python script to open MetaQuery in semantic mode, which builds vector indexes for your stored images, videos, audio, and documents to enable qualitative content retrieval.

Can I generate AI descriptions for media files stored in OSS buckets?

Yes, enabling OSS MetaQuery with AI content awareness automatically generates descriptive metadata for your media files. The search results will include AI-generated descriptions and concise summaries for the retrieved assets.

How do I manage the lifecycle of a vector index on an OSS bucket?

You can manage the vector index lifecycle directly through the Python script provided. It supports opening, querying, checking the status, and closing MetaQuery for production-grade data indexing and retrieval on your OSS storage.

Does OSS vector search support filtering by file size and creation time?

Yes, OSS vector search supports scalar and vector hybrid searches. This allows you to filter assets by metadata like size, creation time, or tags while maintaining semantic relevance to the search query.

What dependencies are required to enable MetaQuery for semantic search?

You need the oss2 and alibabacloud-credentials Python packages to run the script. These dependencies handle the OSS storage connection and authentication required to enable and query MetaQuery.

What is the best way to index thousands of OSS files for qualitative search?

The best way to index large volumes of OSS files is to enable MetaQuery with vector search and AI content awareness. This builds semantic indexes across your media assets, allowing rapid location of files matching qualitative queries.