// index/mod.rs — public re-exports for the index sub-module.
/// Brute-force flat vector index for small collections.
/// HNSW index wrapper around hnsw_rs.
/// Auto-selecting index that migrates from flat to HNSW at the configured threshold.
pub use FlatIndex;
pub use ;
pub use ;