fix docs config for evaluators (#7006)

This commit is contained in:
Stefano Fiorucci 2024-02-15 17:49:25 +01:00 committed by GitHub
parent e2cee468fc
commit 8a101701fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/components/eval]
search_path: [../../../haystack/components/evaluators]
modules: ["sas_evaluator", "statistical_evaluator"]
ignore_when_discovered: ["__init__"]
processors: