Skip to content

Commit

Permalink
Update graphiti_core/utils/maintenance/node_operations.py
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
prasmussen15 and ellipsis-dev[bot] authored Feb 28, 2025
1 parent 989ac7c commit f1d37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiti_core/utils/maintenance/node_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def extract_nodes(
node_classifications.update(dict(zip(entities, entity_classifications)))
# catch classification errors and continue if we can't classify
except Exception as e:
logger.error(f'Failed to classify nodes: {extracted_node_names} with error: {e}')
logger.exception(e)

end = time()
logger.debug(f'Extracted new nodes: {extracted_node_names} in {(end - start) * 1000} ms')
Expand Down

0 comments on commit f1d37ee

Please sign in to comment.