add log
This commit is contained in:
parent
9fa7a1fbbf
commit
8c367eb460
|
|
@ -294,6 +294,8 @@ class KnowledgeFile:
|
||||||
self.docs = loader.load()
|
self.docs = loader.load()
|
||||||
return self.docs
|
return self.docs
|
||||||
|
|
||||||
|
print(f"KnowledgeFile: filepath:{self.filepath}, doc_title_name:{self.doc_title_name}, ext:{self.ext}")
|
||||||
|
|
||||||
def docs2texts(
|
def docs2texts(
|
||||||
self,
|
self,
|
||||||
docs: List[Document] = None,
|
docs: List[Document] = None,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue