// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Per-leaf index surface — pluggable vector + lexical traits and the
//! default sqlite-vec / FTS5 implementations.
//!
//! See spec §§ 5, 7, 10, 11.
pub use Fts5Index;
pub use ;
pub use SqliteVecIndex;
pub use ;