mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-01 09:37:36 +00:00
16 lines
742 B
Plaintext
16 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) | Classify the documents based on the provided labels. |
|