//! Re-exports of the shared `Embedder` trait + dummy/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_qdrant::Embedder` keep
//! working.
pub use ;
pub use FakeEmbedder;