XThomasBU
init commit
f51bb92
raw
history blame
149 Bytes
class BaseRetriever:
def __init__(self, config):
self.config = config
def return_retriever(self):
raise NotImplementedError