We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa78da commit 4d92a87Copy full SHA for 4d92a87
3 files changed
lib/textpair/__main__.py
@@ -270,6 +270,7 @@ async def run_alignment(params):
270
271
if params.web_app_config["skip_web_app"] is False:
272
# Build graph model and generate cluster labels
273
+ print(f"\n### Building Thematic Identity Graph model ###")
274
embedding_model = params.preprocessing_params["source"]["embedding_model"]
275
build_graph_and_labels(results_file, embedding_model, params.llm_params)
276
0 commit comments