π¦ ClawHub
Aliyun Qwen Text Embedding
by @cinience
Use when text embeddings are needed from Alibaba Cloud Model Studio models for semantic search, retrieval-augmented generation, clustering, or offline vector...
π‘ Examples
python skills/ai/search/aliyun-qwen-text-embedding/scripts/prepare_embedding_request.py \
--text "Alibaba Cloud Model Studio" \
--output output/aliyun-qwen-text-embedding/request.json
π Tips & Best Practices
skills/ai/search/aliyun-dashvector-search/ or other vector-store skills.π Constraints
mkdir -p output/aliyun-qwen-text-embedding
python -m py_compile skills/ai/search/aliyun-qwen-text-embedding/scripts/prepare_embedding_request.py && echo "py_compile_ok" > output/aliyun-qwen-text-embedding/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-text-embedding/validate.txt is generated.
TERMINAL
clawhub install aliyun-qwen-text-embedding