create_embedding

Function create_embedding 

Source
pub async fn create_embedding(
    configuration: &Configuration,
    create_embedding_request: CreateEmbeddingRequest,
) -> Result<CreateEmbeddingResponse, Error<CreateEmbeddingError>>