fastembed-rs: Ultra-Fast Vector Embeddings in Rust
Lightning-quick local embedding and reranking for AI agents and retrieval-augmented generation projects. Perfect for Rust developers building intelligent search and recommendation systems.
908 stars129 forksRustUpdated 5/30/2026100% free · open source
What it does
Generates ultra-fast vector embeddings and enables local semantic search and text ranking for AI applications without external dependencies.
When to use it
•Building search functionality in a Rust-based AI product
•Creating intelligent recommendation systems with local processing
•Developing RAG (retrieval-augmented generation) pipelines that require efficient text embedding
Quick start
1Add fastembed to Cargo.toml: `fastembed = "latest_version"`