//! Re-exports of the shared `Embedder` trait + non-ranking/fake impls.
//!
//! The single home is [`klieo_embed_common`]; these re-exports let call sites
//! do `use klieo_memory_pgvector::Embedder` like the other memory backends.
pub use ;
/// 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.
pub use DummyEmbedder;
pub use FakeEmbedder;