add log
This commit is contained in:
parent
9fa7a1fbbf
commit
8c367eb460
|
|
@ -294,6 +294,8 @@ class KnowledgeFile:
|
|||
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,
|
||||
docs: List[Document] = None,
|
||||
|
|
|
|||
Loading…
Reference in New Issue