f51bb92
1
2
3
4
5
6
7
class BaseRetriever: def __init__(self, config): self.config = config def return_retriever(self): raise NotImplementedError