Updated semaphore release message

This commit is contained in:
Arjun Rao 2025-05-08 14:22:11 +10:00
parent 812ba41fd1
commit 6ad9d528b4

View File

@ -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: