mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
logging qa error (#672)
This commit is contained in:
@@ -557,8 +557,8 @@ class IndexingRunner:
|
|||||||
qa_document.metadata['doc_hash'] = hash
|
qa_document.metadata['doc_hash'] = hash
|
||||||
qa_documents.append(qa_document)
|
qa_documents.append(qa_document)
|
||||||
format_documents.extend(qa_documents)
|
format_documents.extend(qa_documents)
|
||||||
except Exception:
|
except Exception as e:
|
||||||
logging.error("sss")
|
logging.error(str(e))
|
||||||
split_documents.extend(format_documents)
|
split_documents.extend(format_documents)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user