embedding
OfficialConvert text and images into vectors.
Authorzilliztech
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers convert both text and images into high-quality vector embeddings for fast similarity search, clustering, and cross-modal retrieval across platforms.
Core Features & Use Cases
- Text and image vectorization: Generate embeddings for documents, prompts, and media to power search and analysis.
- Multi-model support: Switch between models like SentenceTransformer, OpenAI embeddings, and CLIP-based image embeddings.
- Use Case: Build a semantic search system that indexes product descriptions and product images into a single vector space for cross-modal retrieval.
Quick Start
Install dependencies and run a quick encoding of sample texts and an image:
- pip install sentence-transformers transformers torch
- python -c "from sentence_transformers import SentenceTransformer; m = SentenceTransformer('clip-ViT-B-32'); vecs = m.encode(['hello']); print(len(vecs[0]))"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: embedding Download link: https://github.com/zilliztech/milvus-marketplace/archive/main.zip#embedding Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.