wdoppenberg/glowrs
A candle-rs sentence embedder library & server
This is a server for developers who need to integrate text similarity features into their applications. It takes text inputs and converts them into numerical embeddings, which can then be used to compare sentences or find related content. Developers can use this to build features like semantic search, content recommendation, or chatbot response matching.
No commits in the last 6 months.
Use this if you are a developer looking for a lightweight, self-hosted solution to generate text embeddings for similarity tasks within your applications.
Not ideal if you need a production-ready solution with advanced batching or performance metrics, as this is currently a work-in-progress.
Stars
9
Forks
2
Language
Rust
License
—
Category
Last pushed
Oct 17, 2024
Monthly downloads
47
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/wdoppenberg/glowrs"
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