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

Aliyun Milvus Search

by @cinience

Use when working with AliCloud Milvus (serverless) with PyMilvus to create collections, insert vectors, and run filtered similarity search. Optimized for Cla...

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 --upgrade pymilvus
    
  • Provide connection via environment variables:
  • - MILVUS_URI (e.g. http://:19530) - MILVUS_TOKEN (:) - MILVUS_DB (default: default)

    πŸ”’ Constraints

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

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

    View on ClawHub
    TERMINAL
    clawhub install aliyun-milvus-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 β†’