Skip to content

Commit

Permalink
chore: Link similar functionality
Browse files Browse the repository at this point in the history
This came up during climatepolicyradar/knowledge-graph#162.

TOWARDS PLA-333
  • Loading branch information
jesse-c committed Nov 27, 2024
1 parent 91e341b commit 69a7d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a7d88

Please sign in to comment.