mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 01:58:47 +00:00
chore:fmt pylint.
This commit is contained in:
@@ -629,6 +629,7 @@ class Service(BaseService[KnowledgeSpaceEntity, SpaceServeRequest, SpaceServeRes
|
||||
self._chunk_dao.create_documents_chunks(chunk_entities)
|
||||
except Exception as e:
|
||||
import traceback
|
||||
|
||||
doc.status = SyncStatus.FAILED.name
|
||||
doc.result = "document embedding failed" + str(e)
|
||||
error_traceback = traceback.format_exc()
|
||||
|
||||
Reference in New Issue
Block a user