cedrugs/embeddy
A lightweight, embeddings-only model runtime with CLI and HTTP API
This tool helps software developers and MLOps engineers integrate text embedding models into their applications. It takes raw text as input and produces high-dimensional numerical vectors (embeddings) that represent the semantic meaning of the text. This allows for tasks like search, recommendation, or clustering. It can be run as a standalone service or integrated into existing systems.
Use this if you need a high-performance, lightweight service to generate text embeddings from HuggingFace models for your applications without managing complex machine learning frameworks.
Not ideal if you need a full-fledged machine learning platform for training or fine-tuning models, or if you require image or audio embeddings.
Stars
7
Forks
—
Language
Rust
License
—
Category
Last pushed
Dec 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/cedrugs/embeddy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Anush008/fastembed-rs
Rust library for vector embeddings and reranking.
huggingface/text-embeddings-inference
A blazing fast inference solution for text embeddings models
MinishLab/model2vec-rs
Official Rust Implementation of Model2Vec
finalfusion/finalfusion-rust
finalfusion embeddings in Rust
finalfusion/finalfusion-python
Finalfusion embeddings in Python