async_openai/types/embeddings/
mod.rs

1mod embedding;
2#[cfg(feature = "_api")]
3mod impls;
4
5pub use embedding::*;