mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-22 04:33:53 +00:00
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages. * remove dependency * address comments * delete more empty pages * broken link * unduplicate headings * alphabetical components nav
15 lines
742 B
Plaintext
15 lines
742 B
Plaintext
---
|
|
title: "Classifiers"
|
|
id: classifiers
|
|
slug: "/classifiers"
|
|
description: "Use Classifiers to classify your documents by specific traits and update the metadata."
|
|
---
|
|
|
|
# Classifiers
|
|
|
|
Use Classifiers to classify your documents by specific traits and update the metadata.
|
|
|
|
| Classifier | Description |
|
|
| --- | --- |
|
|
| [DocumentLanguageClassifier](classifiers/documentlanguageclassifier.mdx) | Classify documents by language. |
|
|
| [TransformersZeroShotDocumentClassifier](classifiers/transformerszeroshotdocumentclassifier.mdx) | Classifiy the documents based on the provided labels. | |