Function create_embedding

Source
pub async fn create_embedding(
    text: &str,
    api_key: &str,
) -> Result<Vec<f32>, Error>