mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-10 16:59:01 +08:00
Fix: restore task limiter. (#7844)
### What problem does this PR solve? Close #7828 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
1f756947da
commit
be83074131
@ -550,6 +550,7 @@ async def do_handle_task(task):
|
||||
with_community = graphrag_conf.get("community", False)
|
||||
await run_graphrag(task, task_language, with_resolution, with_community, chat_model, embedding_model, progress_callback)
|
||||
progress_callback(prog=1.0, msg="Knowledge Graph done ({:.2f}s)".format(timer() - start_ts))
|
||||
task_limiter = trio.CapacityLimiter(MAX_CONCURRENT_TASKS)
|
||||
return
|
||||
else:
|
||||
# Standard chunking methods
|
||||
|
Loading…
x
Reference in New Issue
Block a user