--- license: apache-2.0 library_name: sentence-transformers pipeline_tag: feature-extraction language: - en - mi tags: - abteex-ai-labs - aotearoa - embedding - local-first - lumynax - mistral - new-zealand - sovereign-ai - text - legacy - outdated base_model: intfloat/e5-mistral-7b-instruct --- # LumynaX Embed E5 Mistral 7B > **Legacy release · Outdated research artifact** This model card documents an early LumynaX experiment. It is no longer maintained, is not recommended for production, and does not represent the current capabilities, architecture, or safety standards of AbteeX AI Labs. ## How infusion works **LumynaX Core is the core intelligence model.** It governs the inference path and integrates selected open-source models as specialised execution layers. ```text Prompt → LumynaX Core → Infused model / MoE experts → LumynaX Core → Response ``` **LumynaX infusion** is the controlled composition of LumynaX Core with a compatible open-source model. Depending on the model family and deployment objective, the integration can operate in two ways: - **Routed infusion** — LumynaX Core directs inference through the selected model without modifying its weights. - **MoE infusion** — when required by the architecture, compatible model weights can be composed as specialised experts within a Mixture-of-Experts design. In both cases, LumynaX Core remains the primary intelligence and orchestration layer, applying sovereignty controls, context, agentic planning, and inference optimisation around model execution. Infusion does not automatically imply a weight merge; each release manifest records the method used by that pack. ## This release | | | |---|---| | **Infused model** | [`intfloat/e5-mistral-7b-instruct`](https://huggingface.co/intfloat/e5-mistral-7b-instruct) | | **Infusion method** | Routed runtime and identity integration | | **Weight composition** | None — this pack preserves the source-model weights | | **Runtime** | python embedding | | **Release** | v1 | | **Status** | Outdated and retained for research provenance only | This package predates the current LumynaX Core implementation. Its included identity, runtime, or deployment wrappers are historical release components—not the complete modern LumynaX pipeline. ## Archive access The artifacts remain available for reproducibility. Before evaluation, verify `checksums.sha256`, inspect `release_export_manifest.json`, and review `LICENSE.txt`. - [Source repository](https://github.com/Aimaghsoodi/lumynax-embed-e5-mistral-7b) - [AbteeX AI Labs](https://abteex.com) - [LumynaX](https://lumynax.com) - [Contact](mailto:aimaghsoodi@abteex.com) --- **AbteeX AI Labs · Aotearoa New Zealand**