I'm trying to use GPT4 to rank document summaries. For each document I have the document itself and several summaries. Is there a way to throw this directly into LLMRerank without going through a retrieval step? The tutorials all have the process of building a vector index and doing a retrieval step prior to reranking - I'm hoping to avoid that and go directly to reranking