What problem does it solve?
RoutIR removes the friction of serving retrieval models by giving you one service that can handle search, reranking, query expansion, score fusion, and document access behind a consistent API.
Core Features & Use Cases
- Unified retrieval serving: Host dense, sparse, reranking, fusion, and expander engines behind REST or gRPC.
- Composable pipelines: Chain stages together with the pipeline DSL to build hybrid and multi-stage RAG retrieval flows.
- Collection and view support: Serve single-view or multi-view document collections, including text and bytes content for multimodal reranking.
- Operational deployment: Add authentication, caching, remote service relays, and configurable batching for production use.
Quick Start
Ask RoutIR to start from your JSON config and then query the exposed services with the client or pipeline DSL.