Skip to content

Commit 4d92a87

Browse files
committed
various fixes and optimization to grap building and cluster labeling
1 parent 9aa78da commit 4d92a87

3 files changed

Lines changed: 183 additions & 160 deletions

File tree

lib/textpair/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ async def run_alignment(params):
270270

271271
if params.web_app_config["skip_web_app"] is False:
272272
# Build graph model and generate cluster labels
273+
print(f"\n### Building Thematic Identity Graph model ###")
273274
embedding_model = params.preprocessing_params["source"]["embedding_model"]
274275
build_graph_and_labels(results_file, embedding_model, params.llm_params)
275276

0 commit comments

Comments
 (0)