Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Jan 6, 2025
1 parent 516b220 commit ea0d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo4j_graphrag/experimental/pipeline/config/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def from_config(
) -> Self:
wrapper = PipelineConfigWrapper.model_validate({"config": config})
logger.debug(
f"PIPELINE_RUNNER: instantiate Pipeline from config type: {wrapper.config.template_}"
f"PIPELINE_RUNNER: instantiating Pipeline from config type: {wrapper.config.template_}"
)
return cls(wrapper.parse(), config=wrapper.config, do_cleaning=do_cleaning)

Expand Down

0 comments on commit ea0d0da

Please sign in to comment.