//! Binary entry point for the Polymathy service.
//!//! This binary runs the Polymathy web service that processes search queries,
//! retrieves relevant content, and performs semantic chunking and embedding operations.
#[actix_web::main]
async fnmain()->std::io::Result<()>{polymathy::run().await
}