//! # 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.
pub use ;
pub use Embedding;
pub use SenseError;