add log
This commit is contained in:
parent
9fa7a1fbbf
commit
8c367eb460
|
|
@ -293,6 +293,8 @@ class KnowledgeFile:
|
||||||
loader = get_loader(self.document_loader_name, self.filepath)
|
loader = get_loader(self.document_loader_name, self.filepath)
|
||||||
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue