Embedding
e5-mistral-7b-instruct
Instruction-tuned E5 embedding model built on a Mistral 7B backbone for text embedding and retrieval tasks.
Microsoft / intfloat · E5
Editorial review
Model checkpoints, context windows, provider support, local runtime compatibility, and license terms can change quickly. Verify the exact model card before production or commercial use.
Best for
Teams comparing larger instruction-tuned embedding models for retrieval quality when smaller E5 checkpoints are not enough.
Who should use it
- Teams comparing larger instruction-tuned embedding models for retrieval quality when smaller E5 checkpoints are not enough.
- Builders who want local or self-hosted testing options.
- RAG builders comparing retrieval quality, latency, and multilingual coverage.
Common workflows
- Instruction-tuned embedding workflows
- embedding workflows
- rag workflows
- semantic search workflows
- retrieval workflows
Deployment and hardware notes
~14.2 GB in fp16; a 16 GB GPU serves it, and quantized variants shrink that at some quality cost you should measure on your corpus.
License and usage notes
MIT. Open weights. Verify the exact model card and license terms for the checkpoint or hosted provider you use.
Strengths
- Open weights model option for E5 workflows.
- Teams comparing larger instruction-tuned embedding models for retrieval quality when smaller E5 checkpoints are not enough.
- Task instructions go on the query side only ('Instruct: {task} Query: {q}'); documents are embedded without instructions. Embeddings come from last-token pooling, not CLS.
Limitations
- Each embedding is a 7.1B-parameter forward pass — interactive query latency effectively requires a GPU, and 4096-dimension vectors quadruple index storage against 1024-dimension models.
- ~14.2 GB in fp16; a 16 GB GPU serves it, and quantized variants shrink that at some quality cost you should measure on your corpus.
- Context window and limits: 32,768 tokens.
- Verify the exact model card, provider docs, license, and serving support before production use.
Local workflow notes
Task instructions go on the query side only ('Instruct: {task} Query: {q}'); documents are embedded without instructions. Embeddings come from last-token pooling, not CLS.
Local runtimes: Ollama where supported, LM Studio where supported, llama.cpp where supported, Transformers
Platforms: Windows, macOS, Linux
Embedding spec
A Mistral-7B turned embedder: 4096-dimension vectors and a 32,768-token ceiling, though the card's own examples stay near 4k. English-focused despite the multilingual base.
Sources to verify
Related resources
Continue with model source notes, local tools, and implementation guides related to this model.
Model ecosystem connections
Use these next-step links to move from this profile into related tools, comparisons, guides, stacks, and curated shortlists.
Recommended runtimes and tools
Setup and deployment
Related model pages
Guides, stacks, and comparisons
Ready to run this model locally?
Find a compatible interface in our Local AI Tools directory →