Ask a question to get started
Enter to send•Shift+Enter new line
LLM-based reranker to use for filtering documents. Expected to take in a dict with 'documents: Sequence[Document]' and 'query: str' keys and output a List[Document].
reranker: Runnable[dict, list[Document]]