//! Re-exports of the shared `Embedder` trait + dummy/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.
pubuseklieo_embed_common::{DummyEmbedder, Embedder};#[cfg(any(test, feature ="test-utils"))]pubuseklieo_embed_common::FakeEmbedder;