Expand description
Re-exports of the shared Embedder trait + non-ranking/fake impls.
W3.A17: the trait used to be duplicated here. The single home is
now klieo_embed_common; everything below is a re-export so
call sites that do use klieo_memory_sqlite::Embedder keep
working.
Structs§
- Dummy
Embedder Deprecated - Legacy name for
NonRankingEmbedder. Deprecated at its definition, so downstream use warns;#[deprecated]on a re-export is silently ignored by rustc and would announce a migration it never prompts. Legacy name forNonRankingEmbedder, behaving identically. - Fake
Embedder - Test-only embedder that hashes each input text into a deterministic vector. Identical texts produce identical embeddings, so cosine recall behaves predictably under test.
- NonRanking
Embedder - Zero-vector embedder: stores and retrieves facts, ranks nothing.
Traits§
- Embedder
- Compute embeddings for one or more texts.