@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/rag-index-evaluation-with-recall-at-k>
  a schema:TechArticle ;
  schema:headline "RAG Index Evaluation with Recall@k" ;
  schema:url <https://anchorfact.org/ai/rag-index-evaluation-with-recall-at-k/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-index-evaluation-with-recall-at-k>
  schema:citation <https://docs.ragas.io/en/v0.2.0/concepts/metrics/available_metrics/context_recall/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-index-evaluation-with-recall-at-k>
  schema:citation <https://docs.llamaindex.ai/en/stable/examples/evaluation/retrieval/retriever_eval/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-index-evaluation-with-recall-at-k>
  schema:citation <https://learn.microsoft.com/en-us/azure/search/vector-search-ranking> ;
  af:sourceTier "B" .