🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Aliyun Dashvector Search

by @cinience

Use when building vector retrieval with DashVector using the Python SDK. Use when creating collections, upserting docs, and running similarity search with fi...

Versionv1.0.0
βš™οΈ Configuration

  • Install SDK (recommended in a venv to avoid PEP 668 limits):
  • python3 -m venv .venv
    . .venv/bin/activate
    python -m pip install dashvector
    
  • Provide credentials and endpoint via environment variables:
  • - DASHVECTOR_API_KEY - DASHVECTOR_ENDPOINT (cluster endpoint)

    πŸ”’ Constraints

    mkdir -p output/aliyun-dashvector-search
    for f in skills/ai/search/aliyun-dashvector-search/scripts/*.py; do
      python3 -m py_compile "$f"
    done
    echo "py_compile_ok" > output/aliyun-dashvector-search/validate.txt
    

    Pass criteria: command exits 0 and output/aliyun-dashvector-search/validate.txt is generated.

    View on ClawHub
    TERMINAL
    clawhub install aliyun-dashvector-search

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’