Skip to content

Commit

Permalink
Update classifiers_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina committed Sep 18, 2024
1 parent 9f6928f commit fa07c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pydoc/config/classifiers_api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/components/classifiers]
modules: ["document_language_classifier"]
modules: ["document_language_classifier", "zero_shot_document_classifier"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand All @@ -13,7 +13,7 @@ processors:
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmeCoreRenderer
excerpt: Detects the language of the Documents and adds it to the metadata.
excerpt: Classify documents based on the provided labels.
category_slug: haystack-api
title: Classifiers
slug: classifiers-api
Expand Down

0 comments on commit fa07c42

Please sign in to comment.