pub async fn rag_doc_chunks_to_embeddings(
embedding_request: &EmbeddingRequest,
) -> Result<EmbeddingsResponse, LlamaCoreError>
Available on crate feature
rag
only.pub async fn rag_doc_chunks_to_embeddings(
embedding_request: &EmbeddingRequest,
) -> Result<EmbeddingsResponse, LlamaCoreError>
rag
only.