//!
//! Core vector database operations, including embedding handling, indexing, and search structures.
// Add the new trait module
// Re-export key types/structs needed elsewhere
pub use crate;
// Optional: Re-export key types if desired at the vectordb level
// pub use db::VectorDB;
// pub use error::VectorDBError;