mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
Update application files, fix LLM models, and create new retriever class
This commit is contained in:
@@ -8,3 +8,7 @@ class BaseRetriever(ABC):
|
||||
@abstractmethod
|
||||
def gen(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def search(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user