This repository contains a 4-bit quantized MLX-compatible distribution of intfloat/multilingual-e5-large, prepared for use with R.E.V.I.S. as a compact local semantic embedding model.
The model is intended for local text embedding, semantic recall, RAG retrieval, and multilingual semantic search workflows.
Important Notice
This repository is hosted primarily as a dedicated download source for the R.E.V.I.S. application ecosystem. You are free to download and use this model package for your own local embedding or MLX workflows, subject to the MIT License and the attribution notices included in this repository.
This package is not a new embedding model and has not been fine-tuned. It is a quantized redistribution of intfloat/multilingual-e5-large.
For the original model card, training details, intended usage, and evaluation information, refer to the official upstream model:
The .qweight tensors are MLX packed integer tensors, not plain row-major integer arrays. Non-quantized tensors, such as LayerNorm parameters, bias tensors, and other small metadata tensors, are preserved in their original floating-point representation.
This format is optimized for minimum download and storage size. In R.E.V.I.S. it is intended for keyword-focused semantic retrieval where the LLM first distills source text into entities, categories, and aspects before embedding. Runtimes should read quantization.json for the exact tensor names and quantization parameters before loading the weights.
Optimized for R.E.V.I.S. (Local Cognitive OS)
We host this model package to serve as the local semantic embedding engine for R.E.V.I.S.
R.E.V.I.S. is a 100% local Cognitive OS for Multi-Agentic AI. It transforms your Mac devices into a distributed Agentic Swarm via zero-config Wi-Fi clustering, allowing you to run heavy AI workloads—like recursive web research, dynamic RAG generation, and multi-step logic—without killing single-machine performance.
If you are interested in pushing the absolute limits of local AI and open-weight models, check out our project.
For retrieval-style tasks, E5 models typically use different text prefixes for queries and passages. R.E.V.I.S. applies its own canonical query and passage formatting internally.
If you use this package outside R.E.V.I.S., refer to the upstream E5 instructions for recommended prompt prefixes and pooling behavior.