mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
logging qa error (#672)
This commit is contained in:
parent
082f8b17ab
commit
ca60610306
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user