pub async fn rag_client(
settings: &SharedSettings,
vault: &NoteVault,
) -> Option<RagClient>Expand description
Builds a RagClient for the current vault from config, or None when no
server URL is configured. Shared by every RAG query surface.