diff --git a/cognee/cli/commands/cognify_command.py b/cognee/cli/commands/cognify_command.py index bae03eda2..c310b88b7 100644 --- a/cognee/cli/commands/cognify_command.py +++ b/cognee/cli/commands/cognify_command.py @@ -116,7 +116,7 @@ After successful cognify processing, use `cognee search` to query the knowledge chunk_size=args.chunk_size, ontology_file_path=args.ontology_file, run_in_background=args.background, - chunks_per_batch=getattr(args, 'chunks_per_batch', None), + chunks_per_batch=getattr(args, "chunks_per_batch", None), ) return result except Exception as e: