2024-04-12 12:51:39 +02:00
|
|
|
loaders:
|
|
|
|
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
|
|
|
search_path: [../../../haystack/components/evaluators]
|
|
|
|
modules:
|
|
|
|
[
|
|
|
|
"answer_exact_match",
|
2024-04-22 14:10:00 +02:00
|
|
|
"context_relevance",
|
2024-04-12 12:51:39 +02:00
|
|
|
"document_map",
|
|
|
|
"document_mrr",
|
2024-10-01 16:15:02 +02:00
|
|
|
"document_ndcg",
|
2024-04-12 12:51:39 +02:00
|
|
|
"document_recall",
|
|
|
|
"faithfulness",
|
|
|
|
"llm_evaluator",
|
|
|
|
"sas_evaluator",
|
|
|
|
]
|
|
|
|
ignore_when_discovered: ["__init__"]
|
|
|
|
processors:
|
|
|
|
- type: filter
|
|
|
|
expression:
|
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
|
|
|
renderer:
|
|
|
|
type: haystack_pydoc_tools.renderers.ReadmeCoreRenderer
|
|
|
|
excerpt: Evaluate your pipelines or individual components.
|
|
|
|
category_slug: haystack-api
|
|
|
|
title: Evaluators
|
|
|
|
slug: evaluators-api
|
2024-04-26 12:30:21 +02:00
|
|
|
order: 63
|
2024-04-12 12:51:39 +02:00
|
|
|
markdown:
|
|
|
|
descriptive_class_title: false
|
|
|
|
classdef_code_block: false
|
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: true
|
|
|
|
add_member_class_prefix: false
|
|
|
|
filename: evaluators_api.md
|