//! Error mapping from `qdrant_client` errors to
//! [`klieo_core::error::MemoryError`].
use MemoryError;
/// Convert any error stringified via `Display` into a
/// [`MemoryError::Store`].
///
/// `qdrant_client` exposes several error types depending on which
/// builder was used (`QdrantError`, `Status`, etc.); we collapse them
/// all into a single `Store(..)` to keep the surface stable.
pub