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. |
Updated 10 months ago
Related Links