multilingual-e5-small
by intfloat
Compact multilingual E5 text embedder with instruction prefixes
intfloat/multilingual-e5-smallOverview
multilingual-e5-small is a small, fast text embedding model covering 100+ languages. Like the rest of the E5 family it uses instruction prefixes — 'query:' for searches and 'passage:' for indexed documents — which meaningfully improves retrieval quality for its size. It is a strong, cheap default for multilingual semantic search.
On Mixpeek, it is a text embedding extractor for documents, transcripts, and metadata, well suited to high-volume multilingual corpora where you want good recall at low latency and cost.
Architecture
12-layer multilingual encoder (initialized from multilingual MiniLM/E5 recipe), mean-pooled to a 384-dim embedding, trained with weakly-supervised contrastive pretraining plus supervised fine-tuning. Expects 'query:' / 'passage:' instruction prefixes.
Key Capabilities
- •384-dim multilingual embeddings (100+ languages)
- •Instruction-prefixed query/passage encoding for better retrieval
- •Small and fast for high-volume indexing
- •Strong quality-per-parameter in the E5 family
Use Cases on Mixpeek
- •Multilingual document and transcript search
- •High-volume, low-latency first-stage recall
- •Cross-lingual retrieval across an international corpus
- •Cheap recall feeding a cross-encoder reranker
Tags
Use multilingual-e5-small on Mixpeek
Build multimodal processing pipelines with this model and others. Extract features, run inference, and set up retrieval in Mixpeek Studio.
Open StudioHow It Runs on Mixpeek
On Mixpeek, multilingual-e5-small runs as a managed extractor inside a processing pipeline. Point a bucket of sentence similarity data at it, and Mixpeek handles GPU provisioning, batching, retries, and writing the outputs into a vector store you can query.
Extractor outputs land in the Mixpeek Vector Store (MVS), where you can combine them with retrieval, reranking, and filter stages to build end-to-end search and agent-perception pipelines, no model-serving infrastructure to maintain.
Explore on Mixpeek
Compare alternatives in this category
Hand-picked tools & platforms compared
Deep-dive technical guide
See how Mixpeek runs models as extractors
Store & search embeddings at scale
Usage-based pricing for pipelines
Compare models, APIs & infrastructure
Specification
View on HuggingFace
See model card, files, and community discussion