Compare commits

...

1 Commits

Author SHA1 Message Date
jyong
1bfb9169c8 log qa error 2023-07-28 22:25:50 +08:00

View File

@@ -557,8 +557,8 @@ class IndexingRunner:
qa_document.metadata['doc_hash'] = hash
qa_documents.append(qa_document)
format_documents.extend(qa_documents)
except Exception:
logging.error("sss")
except Exception as e:
logging.error(str(e))
split_documents.extend(format_documents)