mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
remove unused dependency (#664)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -89,6 +89,7 @@ def set_progress(task_id, from_page=0, to_page=-1,
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
cron_logger.error("set_progress:({}), {}".format(task_id, str(e)))
|
cron_logger.error("set_progress:({}), {}".format(task_id, str(e)))
|
||||||
|
|
||||||
|
close_connection()
|
||||||
if cancel:
|
if cancel:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
@ -312,4 +313,3 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
main()
|
main()
|
||||||
close_connection()
|
|
||||||
|
|||||||
@ -50,7 +50,6 @@ joblib==1.3.2
|
|||||||
lxml==5.1.0
|
lxml==5.1.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
minio==7.2.4
|
minio==7.2.4
|
||||||
mpi4py==3.1.5
|
|
||||||
mpmath==1.3.0
|
mpmath==1.3.0
|
||||||
multidict==6.0.5
|
multidict==6.0.5
|
||||||
multiprocess==0.70.16
|
multiprocess==0.70.16
|
||||||
|
|||||||
Reference in New Issue
Block a user