semstore 0.1.0

Local semantic search for Rust applications — store text, search by meaning, no cloud required
Documentation
1
2
3
4
5
6
7
fn main() {
    eprintln!("semstore is a library crate.");
    eprintln!("Run an example instead:");
    eprintln!("  cargo run --example basic");
    eprintln!("  cargo run --example rag");
    eprintln!("  cargo run --example custom_embedder");
}