alith_interface/requests/embeddings/
mod.rs

1pub mod error;
2pub mod request;
3pub mod response;
4
5pub use error::EmbeddingsError;
6pub use request::EmbeddingsRequest;
7pub use response::{EmbeddingsData, EmbeddingsResponse, Usage};