//! AI capabilities for the yyds ecosystem.
//!//! This crate provides vector search, model integration, and AI-driven
//! database optimization features.
#![warn(missing_docs)]/// A simple hello function to verify the crate is working.
pubfnhello(){println!("Hello from yyds-ai");}