Skip to main content
Back to registry

alicloud-ai-search-dashvector

cinience/alicloud-skills

Installs193
Install command
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-search-dashvector
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Category: provider Use DashVector to manage collections and perform vector similarity search with optional filters and sparse vectors. Environment variables: Optional args: --collection , --dimension , --topk , --filter . Pass criteria: command exits 0 and output/alicloud-ai-search-dashvector/validate.txt is generated. DashVector Python SDK: Client.create , Collection.upsert , Collection.query Source list: references/sources.md - Install SDK (recommended in a venv to avoid PEP 668 limits): - Provide credentials and endpoint via environment variables: - DASHVECTOR_API_KEY - DASHVECTOR_ENDPOINT (cluster endpoint) - name (str) - dimension (int) - metric (str: cosine | dotproduct | euclidean ) - fields_schema (optional dict of field types) - docs list of {id, vector, fields} or tuples - Supports sparse_vector and multi-vector collections - vector or id (one required; if both empty, only filter is applied) - topk (int) - filter (SQL-like where clause) - output_fields (list of field names) - include_vector (bool) - DASHVECTOR_API_KEY - DASHVECTOR_ENDPOINT - DASHVECTOR_COLLECTION (optional) - DASHVECTOR_DIMENSION (optional) - Prefer upsert for idempotent ingestion. - Keep dimension aligned to your embedding model output size. - Use filters to enforce tenant or dataset scoping. - If using sparse vectors, pass sparse_vector={token_id: weight, ...} when upserting/querying. - 401/403:...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does alicloud-ai-search-dashvector do?

alicloud-ai-search-dashvector is listed in SkillJury, but the source summary is still sparse.

Is alicloud-ai-search-dashvector good?

alicloud-ai-search-dashvector does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does alicloud-ai-search-dashvector work with?

alicloud-ai-search-dashvector currently lists compatibility with codex, gemini-cli, cursor, kimi-cli, amp, github-copilot.

What are alternatives to alicloud-ai-search-dashvector?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install alicloud-ai-search-dashvector?

npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-search-dashvector

Related skills

More from cinience/alicloud-skills

Related skills

Alternatives in Software Engineering