as_query_engine()
but not as_retriever()
. My workaround would be to create a new Document
(meta-doc) for each article index, containing their metadata only, and create an index+retriever over those and manually extract their index ids from the retrieved meta-docs...