evaluators_api.yml
1 loaders: 2 - search_path: [../haystack/components/evaluators] 3 modules: ["answer_exact_match", "context_relevance", "document_map", "document_mrr", 4 "document_ndcg", "document_recall", "faithfulness", "llm_evaluator", "sas_evaluator"] 5 processors: 6 - type: filter 7 documented_only: true 8 skip_empty_modules: true 9 renderer: 10 title: Evaluators 11 id: evaluators-api 12 description: Evaluate your pipelines or individual components. 13 filename: evaluators_api.md