mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-13 07:47:26 +00:00
remove pydoc config (#7060)
This commit is contained in:
parent
34edaa1105
commit
62ab83a0a0
@ -1,26 +0,0 @@
|
||||
loaders:
|
||||
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
||||
search_path: [../../../haystack/components/evaluators]
|
||||
modules: ["sas_evaluator", "statistical_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.ReadmePreviewRenderer
|
||||
excerpt: Enables evaluation of LLMs generated answers.
|
||||
category_slug: haystack-api
|
||||
title: Evaluation
|
||||
slug: eval-api
|
||||
order: 63
|
||||
markdown:
|
||||
descriptive_class_title: false
|
||||
descriptive_module_title: true
|
||||
add_method_class_prefix: true
|
||||
add_member_class_prefix: false
|
||||
filename: eval_api.md
|
||||
Loading…
x
Reference in New Issue
Block a user