Multi-index retrieval templates Sometimes you want to or need to use information from multiple indexes in your application. There's two basic ways to do this: Route: given a new input, choose (or route to) the most relevant index and retrieve from it. This is most useful when
