DocumentationAPI ReferenceπŸ““ TutorialsπŸ§‘β€πŸ³ Cookbook🀝 IntegrationsπŸ’œ Discord

Routers

Routers is a group of components that route queries or Documents to other components that can handle them best.

ComponentDescription
ConditionalRouterRoutes data based on specified conditions.
FileTypeRouterRoutes file paths or byte streams based on their type further down the pipeline.
MetadataRouterRoutes Documents based on their metadata field values.
TextLanguageRouterRoutes queries based on their language.

Related Links