Skip to content

Commit

Permalink
updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
aashipandya authored Jan 7, 2025
1 parent 323dfa3 commit 4bc3b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def update_embeddings(rows, graph):

def graph_cleanup(graph):
nodes_and_relations = get_labels_and_relationtypes(graph)
logging.info("nodes_and_relations in existing graph : ",nodes_and_relations)
logging.info(f"nodes_and_relations in existing graph : {nodes_and_relations}")
node_labels = []
relation_labels = []

Expand Down

0 comments on commit 4bc3b1a

Please sign in to comment.