π¦ 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...
βοΈ Configuration
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashvector
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.
TERMINAL
clawhub install aliyun-dashvector-search