This commit is contained in:
wvivi2023 2023-12-13 09:51:59 +08:00
parent 9fa7a1fbbf
commit 8c367eb460
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ class KnowledgeFile:
loader = get_loader(self.document_loader_name, self.filepath)
self.docs = loader.load()
return self.docs
print(f"KnowledgeFile: filepath:{self.filepath}, doc_title_name:{self.doc_title_name}, ext:{self.ext}")
def docs2texts(
self,