classBaseReranking(BaseComponent):@abstractmethoddefrun(self,documents:list[Document],query:str)->list[Document]:"""Main method to transform list of documents (re-ranking, filtering, etc)"""...
@abstractmethoddefrun(self,documents:list[Document],query:str)->list[Document]:"""Main method to transform list of documents (re-ranking, filtering, etc)"""...