### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.10.0
| graphs.append(_.result().output) | graphs.append(_.result().output) | ||||
| callback(0.5 + 0.1*i/len(threads), f"Entities extraction progress ... {i+1}/{len(threads)}") | callback(0.5 + 0.1*i/len(threads), f"Entities extraction progress ... {i+1}/{len(threads)}") | ||||
| graph = reduce(graph_merge, graphs) | |||||
| graph = reduce(graph_merge, graphs) if graphs else nx.Graph() | |||||
| er = EntityResolution(llm_bdl) | er = EntityResolution(llm_bdl) | ||||
| graph = er(graph).output | graph = er(graph).output | ||||