Routers
Routers is a group of components that route queries or documents to other components that can handle them best.
Component | Description |
---|---|
ConditionalRouter | Routes data based on specified conditions. |
FileTypeRouter | Routes file paths or byte streams based on their type further down the pipeline. |
MetadataRouter | Routes documents based on their metadata field values. |
TextLanguageRouter | Routes queries based on their language. |
TransformersTextRouter | Routes text input to various output connections based on a model-defined categorization label. |
TransformersZeroShotTextRouter | Routes text input to various output connections based on user-defined categorization label. |
Updated 5 months ago
Related Links