async_openai/types/embeddings/
mod.rs

1mod embedding;
2mod impls;
3
4pub use embedding::*;