mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-17 01:58:23 +00:00
5 lines
243 B
YAML
5 lines
243 B
YAML
|
|
---
|
||
|
|
features:
|
||
|
|
- |
|
||
|
|
Introduces the TransformersTextRouter! This component uses a transformers text classification pipeline to route text inputs onto different output connections based on the labels of the chosen text classification model.
|