mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 06:58:35 +00:00
7 lines
401 B
YAML
7 lines
401 B
YAML
---
|
|
preview:
|
|
- |
|
|
Remove routing functionality from DocumentLanguageClassifier and rename TextLanguageClassifer to TextLanguageRouter.
|
|
Classifiers in Haystack 2.x change metadata values but do not route inputs to multiple outputs. The latter is reserved for routers.
|
|
Use DocumentLanguageClassifier in combination with MetaDataRouter to classify and route documents in indexing pipelines.
|