mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 20:57:21 +08:00
Fix slow CI case (#16955)
This commit is contained in:
@@ -308,7 +308,7 @@ async def retrieval(tenant_id):
|
||||
except Exception as e:
|
||||
if "not_found" in str(e):
|
||||
return build_error_result(message="No chunk found! Check the chunk status please!", code=RetCode.NOT_FOUND)
|
||||
logging.exception(e)
|
||||
logger.exception(e)
|
||||
return build_error_result(message=str(e), code=RetCode.SERVER_ERROR)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user