retrieve_rag_context

Function retrieve_rag_context 

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

RAG helper function to retrieve relevant context