1 2 3 4 5 6 7
//! Service modules for external integrations #[cfg(feature = "embeddings")] pub mod embeddings; #[cfg(feature = "embeddings")] pub use embeddings::*;