Embedding model serving for Zeta MLX
Project description
zeta-mlx-embedding
Embedding model serving for Zeta MLX platform.
Installation
pip install zeta-mlx-embedding
Features
- OpenAI Compatible:
/v1/embeddingsendpoint - Multilingual: BGE-M3, E5-Large support
- High Dimension: 1024-dimensional embeddings
Supported Models
| Model | Dimension | Description |
|---|---|---|
| bge-m3 | 1024 | Korean/English optimized |
| multilingual-e5-large | 1024 | Multilingual |
| all-MiniLM-L6-v2 | 384 | Lightweight |
Usage
from zeta_mlx.embedding import EmbeddingEngine
engine = EmbeddingEngine("BAAI/bge-m3")
embeddings = engine.embed(["Hello", "안녕하세요"])
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeta_mlx_embedding-0.3.2.tar.gz.
File metadata
- Download URL: zeta_mlx_embedding-0.3.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d36dd3e2f74388bb136796985bf6b49a582c25aec0762db14d1c2b45cc70dc6
|
|
| MD5 |
76ceebbe9e5a7d0376c493645fcbf63e
|
|
| BLAKE2b-256 |
12869af77f8c1e89c0da8df4ad9be798868b39cd3117019cbe4bb926ee147172
|
File details
Details for the file zeta_mlx_embedding-0.3.2-py3-none-any.whl.
File metadata
- Download URL: zeta_mlx_embedding-0.3.2-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ff8d7b4c977c6dd1799f82325f045808933357a74f388e8a463282fcf6acc0
|
|
| MD5 |
f7209d5b8958b557403f515f01c15998
|
|
| BLAKE2b-256 |
3ab349d833a31d31bf193cbadfc7391799cd9edf7a0a112bd64914274ef9ccf5
|