diff --git a/examples/python/code_graph_example.py b/examples/python/code_graph_example.py index 6a0745f01..13e2d822f 100644 --- a/examples/python/code_graph_example.py +++ b/examples/python/code_graph_example.py @@ -28,7 +28,7 @@ def parse_args(): parser.add_argument( "--include_docs", type=lambda x: x.lower() in ("true", "1"), - default=True, + default=False, help="Whether or not to process non-code files", ) parser.add_argument(