From 69a7d880750573f05cf5cb2e94526287ca7e6683 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Tue, 26 Nov 2024 15:04:36 +0000 Subject: [PATCH] chore: Link similar functionality This came up during https://github.com/climatepolicyradar/knowledge-graph/pull/162. TOWARDS PLA-333 --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index 6d02e78..c22b49f 100644 --- a/src/config.py +++ b/src/config.py @@ -10,6 +10,7 @@ class ConfigError(Exception): # General config +# NOTE: Comparable list being maintained at https://github.com/climatepolicyradar/knowledge-graph/blob/83bda1919cea415b6fc0813bfb214a23662a060b/flows/inference.py#L29-L33 BLOCKS_TO_FILTER = os.getenv("BLOCKS_TO_FILTER", "Table,Figure").split(",") # Vespa config