mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:19:22 +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