//! Voyage AI Provider
//!
//! Voyage AI is a specialized embedding provider offering state-of-the-art
//! text embeddings for semantic search, retrieval, and RAG applications.
//!
//! Reference: <https://docs.voyageai.com/reference/embeddings-api>
// Re-export main types for external use
pub use VoyageConfig;
pub use VoyageError;
pub use ;
pub use VoyageProvider;