finalfusion/finalfusion-rust
finalfusion embeddings in Rust
This crate helps Rust developers integrate and manage word embeddings within their applications. It allows you to read, write, and query different embedding formats like GloVe, word2vec, fastText, and its own finalfusion format. Developers building applications that require natural language understanding or similar text-based functionalities will find this useful for handling word vector data.
105 stars and 3,858 monthly downloads. No commits in the last 6 months.
Use this if you are a Rust developer working with word embeddings and need efficient ways to load, query, or convert between various popular embedding formats, especially when memory usage is a concern.
Not ideal if you are not developing in Rust or if your primary need is training new embeddings from scratch rather than using existing ones.
Stars
105
Forks
13
Language
Rust
License
—
Category
Last pushed
Oct 10, 2023
Monthly downloads
3,858
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/finalfusion/finalfusion-rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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-python
Finalfusion embeddings in Python
olafurjohannsson/kjarni
Native ML inference engine — embeddings, classification, reranking, search, and text generation....