//! Cloud provider integration for embedding services
//!
//! This module provides comprehensive integration with major cloud providers
//! including AWS SageMaker, Azure ML, and Google Cloud AI Platform for
//! scalable embedding deployment and inference.
// Re-export all public types from types module
pub use *;