Function retrieve_rag_context

Source
pub async fn retrieve_rag_context(
    db_name: &str,
    query: &str,
    _client: &LLMClient,
    _model: &str,
    _provider: &str,
) -> Result<String>