//! Internal vector-store types shared by the SQLite and LanceDB backends.
// ── public types ──────────────────────────────────────────────────────────────
/// A single text chunk derived from a document, ready to be embedded.
/// Statistics about the vector index.
// ── internal helpers shared by db.rs and lancedb_store.rs ─────────────────────
/// Serialize a float slice to the little-endian bytes expected by sqlite-vec.
pub