/// # Stores
/// What is a store ?
///
/// A store in the context of this library is a place when you can stores
/// embddings to any of our supported vector stores.
///
/// Once you have stored them you should be able to call as_retriever
/// to get a retriever (See retrievers module) to preform similarity searches
/// on incoming text.
pub use ;
pub use EmbeddingStore;