//! Caller-owned, ephemeral vector indexing primitives.
//!
//! The module deliberately does not generate embeddings or infer semantic
//! equivalence. A caller supplies admitted vectors and owns their lifecycle.
pub use InMemoryVectorIndex;
pub use VectorIndex;
pub use ;