pub fn init_ggml_rag_context(
metadata_for_chats: &[GgmlMetadata],
metadata_for_embeddings: &[GgmlMetadata],
) -> Result<(), LlamaCoreError>
Available on crate feature
rag
only.Expand description
Initialize the ggml context for RAG scenarios.