7 releases

Uses new Rust 2024

0.1.7 Jul 14, 2025
0.1.6 Apr 2, 2025
0.1.5 Mar 15, 2025

#2571 in Development tools

Download history

397 downloads per month
Used in semantic-search-cli

GPL-3.0-or-later

17KB
305 lines

Semantic Search Library


lib.rs:

Semantic Search Library

semantic-search is a library for searching semantically similar documents.

To be specific, it helps you get embeddings of texts and search for top-k similar texts, where similarity is defined by cosine similarity of embeddings.

Dependencies

~4–11MB
~179K SLoC