logging qa error (#672)
This commit is contained in:
parent
082f8b17ab
commit
ca60610306
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue