//! Example of using embedcache as a library
//!
//! This example demonstrates how to use the embedcache library to process text
//! and generate embeddings without running the full web service.
//!
//! Note: This example is meant to show the API structure rather than to be run directly,
//! as it would require setting up the full application state.
use ;