//! Category: mod.rs (top-level module and constant exports)
//! Structure mirrors rig-bedrock:
//! - client.rs: Client and Builder; implements Provider/Verify/Embedding
//! - embedding.rs: Text embeddings
//! - rerank.rs: Text reranking
//! - predict.rs: Classification/prediction
pub use ;
pub use EmbeddingModel;
pub use ;
pub use ;
// Default local TEI base URL
pub const TEI_DEFAULT_BASE_URL: &str = "http://127.0.0.1:8080";