Updated semaphore release message
This commit is contained in:
parent
812ba41fd1
commit
6ad9d528b4
1 changed files with 3 additions and 1 deletions
|
|
@ -1046,7 +1046,9 @@ class LightRAG:
|
|||
}
|
||||
)
|
||||
|
||||
# Semphore is NOT released here, however, the profile context is
|
||||
# Semphore is NOT released here, because the merge_nodes_and_edges function is highly concurrent
|
||||
# and more importantly, it is the bottleneck and needs to be resource controlled in massively
|
||||
# parallel insertions
|
||||
|
||||
if file_extraction_stage_ok:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue