Anush008/fastembed-rs
Rust library for vector embeddings and reranking.
This is a Rust library that helps developers add advanced search and information retrieval capabilities to their applications. It takes text or images as input and converts them into numerical 'embeddings,' which are mathematical representations that capture meaning. These embeddings can then be used to find similar text or images, or to re-rank search results for better relevance. It's intended for Rust developers building intelligent applications.
791 stars. Actively maintained with 8 commits in the last 30 days.
Use this if you are a Rust developer looking to integrate high-performance text and image embedding, or result reranking, directly into your applications without external API calls.
Not ideal if you are not a Rust developer or if you need a pre-built application rather than a programming library.
Stars
791
Forks
111
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/Anush008/fastembed-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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
olafurjohannsson/kjarni
Native ML inference engine — embeddings, classification, reranking, search, and text generation....