pub async fn embeddings( embedding_request: &EmbeddingRequest, ) -> Result<EmbeddingsResponse, LlamaCoreError>
Compute embeddings for the given input.
embedding_request
The embeddings response.